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

https://github.com/coder-abdo/mini-ecommerce


https://github.com/coder-abdo/mini-ecommerce

Last synced: 10 months ago
JSON representation

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`.