This project is a management dashboard built with ReactJS and TailwindCSS.
- π Connected to a JavaScript backend via API, deployed on Cloudflare Workers (Backend repository is private)
- π User authentication (Login & Registration)
- πΊοΈ React Router for seamless navigation between pages
- π Customizable homepage with quick access cards
- π Real-time notifications
- π Interactive charts powered by ECharts
- π Authentication system with 1-hour token expiration
- π₯ Export charts as Excel files
- π Order management page with sorting & filtering by name, price, etc.
- π« Ticketing system (Create & update support tickets)
- π Future Enhancements: Profile page, notification center, dynamic & filterable charts, and more...
Follow these steps to install and run the project:
# Navigate to the project directory
cd admin-dashboard
# Install dependencies
npm install
# Start the development server
npm start