Technologies Used | How to run the API | How to contribute | License
It's an application that makes appointments for a barber shop.
Services:
- Create user
- Read user
- Create session user
- Create appointment
- Read appointements
- Read static files
- Change avatar
- React.js
- TypeScript
- Styled components
- Unform
- Yup
- Clone this repository
git clone https://github.com/RuthMaria/gobarber-frontend.git
- Install dependencies
yarn
- Run the application
yarn start
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.