Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labib2003/inventory_management_website_client
This was an assignment submission for the Programming Hero Web Development Course. This is an inventroy management website where the user can login and view and update the warehouse data of a sports supply store.
https://github.com/labib2003/inventory_management_website_client
assignment-solutions javascript project reactjs webdevelopment
Last synced: about 1 month ago
JSON representation
This was an assignment submission for the Programming Hero Web Development Course. This is an inventroy management website where the user can login and view and update the warehouse data of a sports supply store.
- Host: GitHub
- URL: https://github.com/labib2003/inventory_management_website_client
- Owner: Labib2003
- Created: 2022-05-20T04:39:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T06:52:58.000Z (almost 2 years ago)
- Last Synced: 2023-05-12T04:26:57.291Z (over 1 year ago)
- Topics: assignment-solutions, javascript, project, reactjs, webdevelopment
- Language: JavaScript
- Homepage: https://crick-freak-assignment.web.app/
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Management Website
This a assignment submission for the [Programming Hero Web Development Course](https://web.programming-hero.com). Its a full stack web app where the user can login and view and update the warehouse data of a sports supply store.
## Relevant Links
- [Live Demo](https://crick-freak-assignment.web.app/)
- [Server Side Code](https://github.com/Labib2003/Inventory_Management_Website_SERVER)## Description
This is a site to manage the stock in the inventory of a sports supply store.
### Users:
- Deliver products one by one (decrease stock by 1).
- Restock the product.
- Add or delete a product.
- See a bar chart of the stock.## Teach Stack
### Client Side:
- React (create-react-app)
- React Router
- React Helmet Async
- React Hot Toast
- Recharts
- Firebase (For authentication)
- React Firebase Hooks
- Tailwind Starter Kit
- TailwindCSS### Server Side:
- ExpressJS
- CORS
- Mongodb
- Json Web Token
- Dotenv## Random fact about this project 🙂
I did this assignment during Eid Vacation. Most memorable Eid so far!