An open API service indexing awesome lists of open source software.

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]

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

![Screenshot](readme-images/sc1.png)

![Screenshot](readme-images/sc2.png)

![Screenshot](readme-images/sc3.png)

![Screenshot](readme-images/sc4.png)

# 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`