This project is a fully responsive React Admin Panel designed for managing eCommerce stores. Built with modern web technologies like React and Tailwind CSS, it offers a seamless and intuitive UI for managing products, orders, users, analytics, and more.
You can view the live demo of the app at the following link:
Ensure you have the following installed:
git clone https://github.com/your-repo/admin-panel-ecommerce.git
cd admin-panel-ecommerce
npm install
npm run dev
The app will run at http://localhost:3000.##Folder Structure
src/
├── components/ # Reusable UI components
├── pages/ # Page components for routes
├── context/ # React context for state management
├── hooks/ # Custom hooks for reusable logic
├── styles/ # Tailwind CSS configuration
├── utils/ # Helper functions and utilities
└── App.js # Main app entry point
This project uses Tailwind CSS for styling. You can configure Tailwind settings in the tailwind.config.js
file. To extend styles or add custom themes, refer to the Tailwind CSS documentation.
npm start
: Start the development server.npm run build
: Build the app for production.To deploy the admin panel:
Build the production bundle:
npm run build
Deploy the build/
directory to your preferred hosting provider (e.g., Netlify, Vercel, Firebase Hosting).
This project is licensed under the MIT License.