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

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

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