Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermerodz/rocketseat-bootcamp-7-gobarber-web
Front-end of the main App developed at the RocketSeat GoStack Bootcamp.
https://github.com/guilhermerodz/rocketseat-bootcamp-7-gobarber-web
Last synced: 19 days ago
JSON representation
Front-end of the main App developed at the RocketSeat GoStack Bootcamp.
- Host: GitHub
- URL: https://github.com/guilhermerodz/rocketseat-bootcamp-7-gobarber-web
- Owner: guilhermerodz
- Archived: true
- Created: 2019-07-15T15:36:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T03:59:18.000Z (over 2 years ago)
- Last Synced: 2024-07-31T19:41:59.284Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoBarber WebFront-end of the main App developed at [Rocketseat GoStack Bootcamp](https://www.rocketseat.com.br/bootcamp).
## Features
This front-end features the latest tools and practices in web development!
- ⚛ **React** — A library to build user interfaces
- ⚛ **Redux** — State management (includes Saga and Persist)
- 🔥 **Axios** — API requests
- 💅 **CSS** — styled-components
- 💖 **Lint** — ESlint/Prettier/Editor ConfigI've used other libraries too, like **date-fns** for dates & tz; **polished** for some colors; **immer** for Redux.
## Getting started
First you need to have `node` or `yarn` installed on your machine. Then, you can clone this repository and run the following commands inside the project folder:
1. `yarn start`;