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

https://github.com/androfficial/react-online-shop

:atom_symbol::shopping_cart: Sneakers shop
https://github.com/androfficial/react-online-shop

axios mixins react-hooks react-paginate react-redux react-router-dom react-skeleton reactjs redux scss

Last synced: 3 months ago
JSON representation

:atom_symbol::shopping_cart: Sneakers shop

Awesome Lists containing this project

README

          

## :athletic_shoe: Sneakers Shop

### :link: Installation

#### Clone repo

```bash
https://github.com/androfficial/react-online-shop.git
```

#### Install dependencies

```bash
npm i
```

```bash
yarn install
```

---

### :recycle: Available Scripts and Commands

#### Run app

```bash
yarn run start
```

#### Build app

```bash
yarn run build
```

#### Scripts:

- `eslint` - static analysis of scripts
- `eslint:fix` - fix scripts errors
- `stylelint` - static analysis of styles
- `stylelint:fix` - fix styles errors
- `format` - check if files are formatted
- `format:fix` - format files

---

### :hammer_and_wrench: Stack:

- ReactJS + Hooks / Custom Hooks
- React Router
- Redux / Redux Thunk
- React Skeleton
- React Paginate
- Axios
- SCSS

---

### :hotsprings: API

- https://mockapi.io

---

### Routes:

| Path :arrow_down_small: | Description :information_source: |
| ----------------------- | :------------------------------: |
| `/` | Home page |
| `/orders` | Order list |
| `/favorites` | Featured products |
| `/any-other` | 404 page |