This project I developed on Front PUSH course, a course focused on front-end development. This project is the finish project focusing in UI Design and an SPA (Single Page Application) using React.js.
- React.js
- HTML
- CSS
- JavaScript
- SASS
- React Router Dom
- SPA (Single Page Application)
- UI Design
- Responsivity
- Pixel Perfect
- Figma
npm install
To install the dependecies.
npm start
To run the project
To run the mock backend
npm install -g json-server
and run the fake back-end on port 4000
json-server --watch db.json --port 4000