Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dagmawi-22/product-store
Product listing with filter & cart
https://github.com/dagmawi-22/product-store
product react tailwi vite
Last synced: 5 days ago
JSON representation
Product listing with filter & cart
- Host: GitHub
- URL: https://github.com/dagmawi-22/product-store
- Owner: Dagmawi-22
- Created: 2024-10-24T13:32:00.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:03:42.000Z (12 days ago)
- Last Synced: 2024-10-25T17:33:59.217Z (11 days ago)
- Topics: product, react, tailwi, vite
- Language: JavaScript
- Homepage: https://product-store-eight.vercel.app
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## product store
![image](https://github.com/user-attachments/assets/b53dbcc9-7c4a-4a4c-b833-fcff99c9bd34)
![image](https://github.com/user-attachments/assets/a5c1f782-1d33-4c86-a313-f269ab5710c2)### Requirements
##### node.js### How to run?
#### Sequentially execute the below commands & fianally open your browser with url https://localhost:5173```bash
git clone https://github.com/Dagmawi-22/product-store.git
```
```bash
cd product-store
```
```bash
npm install
```
```bash
npm run dev
```