This app saves clothing items from any online retailer and sorts them in one of two virtual "closets" chosen by the user. You can edit items you've saved as well as delete them. Each saved items containes a link to purchase. The app also displays all the items every user has saved in the "Our Closet" database, along with purchase links to each item.
https://drive.google.com/file/d/1HkHxMnMRYe1wUkwMzjaKXzCWdtNR-YuD/view?usp=sharing
JavaScript, React, Visual Studio Code, Github
From your terminal run: git clone git@github.com:steviehollander/capstone-1.git
In the project directory, run: npm start
Clone down the API as well! run: git clone git@github.com:steviehollander/capstone-1-api.git
In the project directory, run: json-server database.json -p 8088 -w
Visit Local Host