Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/abrahamuchos/shopi-ecommerce
- Owner: abrahamuchos
- Created: 2024-03-14T20:54:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T16:48:52.000Z (9 months ago)
- Last Synced: 2024-04-02T20:33:24.791Z (9 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)