A simple react project for dart interface for inventory management of CRUD operations.
git clone
cd dir
npm install
npm start
- ProductInventoryPage : To add new inventories to a product
- ProductPage: To add new products.
- ProductListPage: This will be an overview page with all products
- SignInPage: Entry point for allowed users.
-
Highest Priority Task: Implementing Signin and saving the token to a store.
- Store could be effector(favoured), redux(overkill) or mobyx (good)
- Localstorage not needed for security reasons
-
All routes must be verified with token to avoid public access, a class would be better choice