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
- Host: GitHub
- URL: https://github.com/androfficial/react-online-shop
- Owner: androfficial
- Created: 2021-10-04T18:07:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T11:18:20.000Z (over 4 years ago)
- Last Synced: 2025-04-05T21:30:37.679Z (over 1 year ago)
- Topics: axios, mixins, react-hooks, react-paginate, react-redux, react-router-dom, react-skeleton, reactjs, redux, scss
- Language: JavaScript
- Homepage: https://react-online-shop-eight.vercel.app
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |