This is the react inventory management application for managing dynamic inventory, on the Product page.
This is the assignment given by wendor for a fullstack intern. - (detail of the task updated here when the assignment submission period is completed).
Visit my app here
- NodeJS
- React
- Mongoose
- CORS, JWT and BCRYPT
- Javascript / CSS
Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.
Fork the repository and then clone the repo locally by -
git clone https://github.com/getlost01/InventoryAppFrontend.git
jump into the directory
cd InventoryAppFrontend
install all the dependencies
npm install
start the local server by
npm start
After running the development server the site should be running on https://localhost:3000
Give the project a ⭐ if you liked it.
Made with ❤️ and reactJS.