Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abrahamuchos/shopi-ecommerce

Shopi ecommerce project (frontend)
https://github.com/abrahamuchos/shopi-ecommerce

Last synced: about 2 months ago
JSON representation

Shopi ecommerce project (frontend)

Awesome Lists containing this project

README

        

# Shoppi Ecommerce

This is an experimental project that seeks to show the advantages and disadvantages of frontend development for an ecommerce through the use of context.

In said ecommerce, a link is made to a testing API for the products. Where we can search for products, add it to the shopping cart and add it to an order (does not include payment gateway)

## ✅ Features

- Show products
- Search products
- Add to cart
- Add checkout (without payment platform)
- Add order
- Sign in

## ⚙️ Tech Stack

- Vite ^5.1.6
- React ^18.2.64
- Tailwind ^3.4.1

## 💾 Installation

Install and run shoppi ecommerce with npm

```bash
git clone https://github.com/abrahamuchos/shopi-ecommerce.git
npm i
npm run dev
```

## 🧑‍💻 Authors

- [@abrahamuchos](https://github.com/abrahamuchos)
- [Contact mail](mailto:[email protected])

## 📄 License

[MIT](https://choosealicense.com/licenses/mit/)