The Ecommerce Admin Dashboard is a tool designed specifically for managing an online store's essentials: products, orders, and customers. It's all about making life simpler for admins, helping them get things done smoothly and efficiently.
- Authentication: Email, Google and Github authentication with forgot password functionality.
- Enhanced User Experience: Dark and light mode theming for personalized viewing.
- Management Views: Utilizes tables for convenient access to orders, products, customers, and coupons.
- Notifications: Integrated notifications for enhanced communication.
- Frontend: Next.js, TypeScript, Shadcn UI, React Table, Tailwind CSS, React Query.
- Database: Supabase.
To run Ecommerce Admin Dashboard locally, follow these steps:
git clone https://github.com/amil3955/ecommerce-admin-dashboard.git
cd ecommerce-admin-dashboard
npm install
npm run dev
Open your browser and visit http://localhost:3000 to access Ecommerce Admin Dashboard.
We welcome contributions from the community. If you'd like to contribute to Ecommerce Admin Dashboard, please follow these general guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes, ensuring clear code and comments.
- Submit a pull request, describing your changes in detail.