This APP can be usefull when you've a barbershop and needs to control the clients and employees scheduler's.
- React
- Axios
- ESLint + Prettier
Before start the app make sure you've the backend up and running: https://github.com/acpn/gobarber-server
# Clone this repository
- git clone [email protected]:acpn/gobarber-web.git
# Enter project directory
- cd [project folder]
# Install dependencies
- yarn
# Run the APP:
- yarn start
- Fork this repository;
- Create a branch for your features;
- Push your branch.