https://github.com/ibrsec/productaddcart
https://github.com/ibrsec/productaddcart
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/productaddcart
- Owner: ibrsec
- Created: 2024-04-24T07:27:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T03:57:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T07:44:17.341Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://count-react-router.vercel.app
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Count React Router App
An awesome Count React Router App
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
## โน๏ธ About The Project
[](https://count-react-router.vercel.app/)
---
๐ฏ Used React environment
๐ฅ Routes home, products
๐ฉ Add products from home
๐ฉ Screen and manage the carts from products
```sh
# clone the project
git clone https://github.com/ibrsec/count-react-router.git
# enter the project directory
cd count-react-router
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
count-react-router (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---pages (folder)
| |
| |---components (folder)
| |
| |---App.js
| |---App.css
| |---Index.js
| โ---Index.css
|
|----package.json
|----tailwind.config.js
|----yarn.lock
โ----readme.md
```
---