In the project directory, you can run:
├── src
│ ├── Assets # Includes images and fonts
│ ├── Components # Includes UI components
│ ├── Containers # Stateful components
│ ├── Context #
│ ├── Helpers # Includes Routelocks and Error Handling
│ └── ─Services # Includes Api and Firabase configurations
- Styles : CSS and Bootstrap
- Mock API : moockapi.io
- Authentication : JWT
Requirments | Progress |
---|---|
Login | Completed |
Role-base Authentication | Completed |
Inventory-Add Product | Completed |
Inventoy-View All Products | Completed |
Inventory-Detailed View of PRoducts | Completed |
Customer-View Products based on outlet | Completed |
Customer-detailed view of a product | Completed |
Customer-Place Order | Completed |
Customer-View Profile | Completed |
Customer-Edit Profile | In progress |
Customer-View Transaction History | Completed |
Sales-View Orders | In progress |