Skip to content

A web application for users to post images with titles and descriptions, including full CRUD functionality and admin roles for user and post management.

Notifications You must be signed in to change notification settings

MarkMPW/dashboard-ui-nextjs-antd

Repository files navigation

Image Post

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

Initial user account

Admin role:

User role:

Noted

  1. The application does not associate posts with specific user accounts, meaning that any authenticated user has the ability to edit or delete any post.
  2. This project does not utilize a database; all data is stored in the browser's localStorage.

About

A web application for users to post images with titles and descriptions, including full CRUD functionality and admin roles for user and post management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published