This project is an online inventory where you can store and manage orders and products. Easy to use with all possible functions for comfortable browsing and interacting!
- Upload and interact with data: Get, create, and delete orders or products.
- Count active sessions: Using the web socket the app counts sessions.
- Search and filter: Ability to find a specific product or order.
- Adaptability: Full adaptability for different screen resolutions.
- Validation: Correct validation for forms to create new items.
General
Fetching
Validation
Animations
Styles
Container
Orders Page
Detailed Order
Products Page
Add Product Modal
Follow these steps to start app in your local machine:
-
Clone the repo:
https://github.com/<username>/inventory.git
-
Navigate to the project dir:
cd inventory
-
Install dependencies:
npm install
-
Start the server:
npm start