A marketplace for users to buy and sell watches.
Demo: https://www.youtube.com/watch?v=t2NyZZ_3ros&feature=youtu.be
Front-end : React, Redux, CSS.
Back-end : Node.js, Express, MongoDB.
- Login and Signup connected to MongoDB.
- Page for users to sell watches.
- Ability to search through available watches.
- Ability to add item to cart, delete item from cart, and checkout items in cart.
npm install
npm start
14 let url = "ADD YOUR URL HERE";