A React App created on Rocketseat's 9th Bootcamp module to manage appointments in barber shops
This project was created using React and Styled Components.
Once you have Node.js and Yarn installed, install the dependencies running:
$ yarn
Setup the API
This project needs to interact with a server to receive and register data.
Check GoBarber Backend repository and follow the instructions in order to get it running in your machine.
After doing the previous steps, inside the cloned repo folder run:
$ yarn start
This project is under the MIT license.