Skip to content

amil3955/ecommerce-admin

Repository files navigation

Ecommerce admin dashboard

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.

Features

  • 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.

Technologies Used

  • Frontend: Next.js, TypeScript, Shadcn UI, React Table, Tailwind CSS, React Query.
  • Database: Supabase.

Installation

To run Ecommerce Admin Dashboard locally, follow these steps:

Clone the repository:

git clone https://github.com/amil3955/ecommerce-admin-dashboard.git

Navigate to the project directory:

cd ecommerce-admin-dashboard

Install dependencies:

npm install

Start the development server:

npm run dev

Open your browser and visit http://localhost:3000 to access Ecommerce Admin Dashboard.

Contribution

We welcome contributions from the community. If you'd like to contribute to Ecommerce Admin Dashboard, please follow these general guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes, ensuring clear code and comments.
  4. Submit a pull request, describing your changes in detail.