Welcome to the Bike Management Dashboard, a comprehensive system for efficiently managing bike inventory, tracking sales, and analyzing sales history. This React application is built with TypeScript and utilizes with Redux Toolkit for state management.
Live Demo Link - https://bike-management-dash.web.app/
- Users register and log in to access the dashboard.
- This is a Single role Application for managing the system.
- User can Add a new bike to the inventory.
- Delete existing bikes from the inventory.
- Update bike details.
- Read and view the list of bikes With filtering feature
- Users can sell Product by click "Sell" button.
- User Can see sell history with filter feature
- Clone the repository: https://github.com/Porgramming-Hero-web-course/l2b2-full-stack-a5-client-side-moyuriakther
cd l2b2-full-stack-a5-client-side-moyuriakther
npm install
npm run dev