Skip to content

Responsive and animated application e-commerce made with React.js, Styled Components, Redux, Redux Saga and JSON Server.

License

Notifications You must be signed in to change notification settings

fariasmateuss/shoes-out

Repository files navigation

Application built with ReactJs, Redux, Redux Saga, Styled Components and Restful API with JSON Server.

Demo

Link to demo

Tech

Local development

Prerequisites

To run this project in the development mode, you'll need to have a basic environment with NodeJs and Yarn installed.

Cloning the Repository

git clone https://github.com/fariasmateuss/shoes-out.git

Installing

Run to install the dependencies:

yarn

To start the project:

yarn start

To start the JSON Server:

yarn dev:server

or

yarn json-server server.json  -p 3333 -w

Commit Message Format

In this project I used the emoji guide for commit messages.

Commit Message Format inspired by Gitmoji.

Feedback

Feel free to send me feedback on LinkedIn or file an issue. Feature requests are always welcome.

License

MIT License