You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- Sidebar Menu have :
#Users - #Posts - #Comments - #Categories
2-Users Page:
##Display a table with the following columns:
1- First Name
2- Last Name
3- Email
4- Actions (View Profile - Delete User)
#Fetch user data from the backend.
#Implement the ability to delete users.
#Show a confirmation prompt or handle the deletion gracefully.
3-Posts Page:
#Display a table with the following columns:
1-User Name
2- Email
3- Title (of the post)
4- Actions (View Post - Delete Post)
4-Comments Page
same like the other
5-Categories Page
admin can create new categories in this page
6-Search Functionality
The text was updated successfully, but these errors were encountered:
Task****
1- Sidebar Menu have :
#Users - #Posts - #Comments - #Categories
2-Users Page:
##Display a table with the following columns:
1- First Name
2- Last Name
3- Email
4- Actions (View Profile - Delete User)
#Fetch user data from the backend.
#Implement the ability to delete users.
#Show a confirmation prompt or handle the deletion gracefully.
3-Posts Page:
#Display a table with the following columns:
1-User Name
2- Email
3- Title (of the post)
4- Actions (View Post - Delete Post)
4-Comments Page
same like the other
5-Categories Page
admin can create new categories in this page
6-Search Functionality
The text was updated successfully, but these errors were encountered: