Image Post: A web application for users to post images with titles and descriptions, including full CRUD functionality and admin roles for user and post management.
Live Demo: https://dashboard-ui-nextjs-antd.vercel.app/
To run project
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Admin role:
- Email: admin@gmail.com
- Password: 123
User role:
- Email: user@gmail.com
- Password: 123
- The application does not associate posts with specific user accounts, meaning that any authenticated user has the ability to edit or delete any post.
- This project does not utilize a database; all data is stored in the browser's localStorage.