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

https://github.com/mehmetpekdemir/e-commerce-shopping-cart

E-Commerce Shopping Cart
https://github.com/mehmetpekdemir/e-commerce-shopping-cart

javascript reactjs

Last synced: 8 months ago
JSON representation

E-Commerce Shopping Cart

Awesome Lists containing this project

README

          

# E-Commerce Shopping Cart

### Tech Stack
- JavaScript
- React.js
- ReactStrap

### Requirements
For building and running the application you need:
- [Node.js](https://nodejs.org/en/download/)

### Build & Run
```
npm install
```

```
json-server db.json
```

```
npm start
```

### Ports
```
Application port : http://localhost:2020
Json-server port : http://localhost:3000
```

### Features
![home](https://github.com/mehmetpekdemir/React.js/blob/develop/docs/screenshot/1.png)

![home](https://github.com/mehmetpekdemir/React.js/blob/develop/docs/screenshot/2.png)

![home](https://github.com/mehmetpekdemir/React.js/blob/develop/docs/screenshot/3.png)

![home](https://github.com/mehmetpekdemir/React.js/blob/develop/docs/screenshot/4.png)