https://github.com/rosendo-martinez/shopping-cart
A fake eCommerce website. [React]
https://github.com/rosendo-martinez/shopping-cart
netlify react react-router vite-react
Last synced: 3 months ago
JSON representation
A fake eCommerce website. [React]
- Host: GitHub
- URL: https://github.com/rosendo-martinez/shopping-cart
- Owner: Rosendo-Martinez
- Created: 2024-03-11T20:41:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T21:54:46.000Z (over 1 year ago)
- Last Synced: 2025-01-19T07:24:54.552Z (5 months ago)
- Topics: netlify, react, react-router, vite-react
- Language: JavaScript
- Homepage: https://posters-quotes-gulag.netlify.app/
- Size: 8.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart (eCommerce website)
What is this project? It is a fake SPA eCommerce website (front-end only). The fake store sells posters with quotes from 'The Gulag Archipelago'. I made this project to practice my React and programming skills.
**Live demo [link](https://posters-quotes-gulag.netlify.app/)**. 👈
### Technology Used
- React
- React Router
- Vite
- Netlify
- JavaScript
- HTML/CSS# Screenshots




# Commands
To start up the local development server: `npm run dev`To build the project: `npm run build`
To format the code: `npm run format`