Skip to content

getlost01/InventoryAppFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory App


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


🔧 Tools Used

  • NodeJS
  • React
  • Mongoose
  • CORS, JWT and BCRYPT
  • Javascript / CSS

🔎 Preview

Screenshot 2022-12-11 at 10 40 17 PM

Screenshot 2022-12-11 at 10 40 24 PM

Screenshot 2022-12-11 at 10 39 35 PM

Screenshot 2022-12-11 at 10 39 46 PM

Screenshot 2022-12-11 at 10 40 02 PM


✌️ Contributing

Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Step 1: Clone The Repo

Fork the repository and then clone the repo locally by -

git clone https://github.com/getlost01/InventoryAppFrontend.git

Step 2: Install Dependencies

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.