Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


GoBarber Web



Follow @guilherme_rodz

Front-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 Config

I'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`;