This project is a little clone of Vinted, a website that sells second hand clothes. Browse the offers. Register and login to publish or purchase a product.
- Link to Vinted clone : https://vinted-cathy.netlify.app/
- Backend repository : https://github.com/csengmany/vinted-api
- Axios
- JS-Cookie
- React Loader Spinner
- React Range
- React Router Dom
- Stripe
- @fortawesome/react-fontawesome
- Click on offer to see more details
- Filter offers by name
- Filter offers by price
- Select price range
- Change page
- Select a number of max results per page
- Sign up
- Sign in
- Publish a product
- Pay a product
Clone this repository :
git clone https://github.com/csengmany/vinted-frontend.git
cd vinted-frontend
Install packages :
yarn or npm install
When installation is complete :
yarn start or npm start