https://github.com/mcodex/rocketseat-rocketshoes
A shoes e-commerce built to demonstrate the use of Redux and Redux-Saga
https://github.com/mcodex/rocketseat-rocketshoes
react redux redux-saga styled-components
Last synced: about 2 months ago
JSON representation
A shoes e-commerce built to demonstrate the use of Redux and Redux-Saga
- Host: GitHub
- URL: https://github.com/mcodex/rocketseat-rocketshoes
- Owner: mCodex
- Created: 2020-02-25T13:11:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:36:49.000Z (over 3 years ago)
- Last Synced: 2025-12-31T00:33:30.438Z (5 months ago)
- Topics: react, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage: https://mcodex.github.io/rocketseat-rocketshoes
- Size: 3.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocketseat Rocketshoes
A shoes e-commerce to demonstrate the use of Redux and Redux-Saga
Project bootstraped with [create-react-app](https://github.com/facebook/create-react-app). Deployed using [gh-pages](https://www.npmjs.com/package/gh-pages).
## 👨💻 Demo:
https://mcodex.github.io/rocketseat-rocketshoes
## 📚 Libraries:
* [redux](https://redux.js.org/)
* [redux-saga](https://redux-saga.js.org/)
* [styled-components](https://styled-components.com/)
* [react-app-rewired](https://github.com/timarney/react-app-rewired)
* [customize-cra](https://github.com/arackaf/customize-cra)
* [json-server](https://github.com/typicode/json-server) - I've also used [My JSON Server](https://my-json-server.typicode.com/) to mock my `db.json`
* [immerjs](https://immerjs.github.io/immer/docs/introduction)
## 📦 Installation
It is easy, just run:
* `yarn` - to install dependencies
* `yarn start` - to start development mode