https://github.com/coder-abdo/mini-ecommerce
https://github.com/coder-abdo/mini-ecommerce
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/mini-ecommerce
- Owner: coder-abdo
- Created: 2022-03-07T12:46:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T15:29:57.000Z (about 4 years ago)
- Last Synced: 2025-03-04T07:47:19.491Z (over 1 year ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Ecommerce
## Description
this is a mini E-commerce application which you can add/remove items in the cart, also you can filter the items, change their colors and amounts.
## Author:
By Me Abdelmonaem a Software Enginner.
### Techs:
1. React JS (Class Based Components).
2. React-Router-Dom (for Routing).
3. Apollo-Client (handle graphQL requests).
4. React-Router-DOM V4 (handle Routing)
5. Sass (Styling)
### How to run the Application:
1. install the dependecies via this command `npm install` or `yarn`.
2. run this command `npm run start` or `yarn start`.
### for building
- run this command `npm run build` or `yarn build`.