The Nextjs Online Store Dashboard is a robust platform designed to manage an online store. It’s currently under development and once completed, it will allow users to create different products and categories for their online store. You can see app Demo at [https://nextjs-online-store.vercel.app/]
- Product managment: Displays a list of products with essential details like name, price, image and so on and also enables the user to created products and update them.
- User Authentication: Supports user registration, login, and profile management through clerk.
- Category Management: Enables users to create and manage various categories for their products.
- Order Reporting: Provides a comprehensive report of orders placed on the online store.
- Settings: Allows users to customize various aspects of their online store.
- Next.js with typescript: Used for server-side rendering, static site generation, and the overall app structure.
- React: Powers the UI components of the application.
- Styled Components and tailwindcss: Handles styling.
- Vercel: Used for app deployment and hosting.
- Clone the repository to your local machine.
- Install the dependencies using
npm install
. - Create a
.env.local
file in the root directory and add your environment variables. - Run the development server using
npm run dev
.
We welcome contributions!.
This project is licensed under the terms of the MIT license. See the [https://opensource.org/license/mit/] file for details.
If you have any questions or feedback, please feel free to send me an email at [[email protected]].