Shilton7 / rocketshoes

Project clone of Netshoes using React and Redux (web)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocketshoes (web)

Clone project of Netshoes using React and Redux

Commands and dependencies

- Project Creation:
	- create-react-app rocketshoes

- Router DOM (https://www.npmjs.com/package/react-router-dom)
	- yarn add react-router-dom

- Styled Components (https://styled-components.com/)
	- yarn add styled-components

- React Icons (https://react-icons.netlify.com/#/)
	- yarn add react-icons

- A lightweight toolset for writing styles in JavaScript(https://github.com/styled-components/polished)
	- yarn add polished

- Axios (https://github.com/axios/axios)
	- yarn add axios

- JSON-Server (https://github.com/typicode/json-server)
	- yarn global add json-server
	- Enabling server: json-server server.json -p 3333 -w

- Redux (https://react-redux.js.org/)
	 yarn add redux react-redux
	
- Immer (https://immerjs.github.io/immer/docs/installation)
         yarn add immer
	 
- Reactotron + Redux (https://github.com/infinitered/reactotron/blob/master/docs/plugin-redux.md)
    yarn add reactotron-react-js reactotron-redux
    
- Redux Saga
    yarn add redux-saga

- Redux Saga + Reactotron
    yarn add reactotron-redux-saga

- React-Toastify
    yarn add react-toastify

- History - Navegação
    yarn add history

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Project clone of Netshoes using React and Redux (web)


Languages

Language:JavaScript 90.7%Language:HTML 9.3%