This is a React web application for a barber shop. The application allows users to create an account, sign in, view their profile information, and schedule appointments with their preferred barber.
To get started, follow these steps:
*1 Clone the repository to your local machine.
git clone https://github.com/humberto0/refer-a-friend.git
*2 To install all dependencies.
yarn
*3 To start the application in development mode.
yarn start
*4 Open http://localhost:3000 to view it in the browser.
obs: needs an api for the broad operation considering being: (https://github.com/humberto0/schedule-manager)
This application relies on the following dependencies:
"@testing-library/jest-dom": "^4.2.4"
"@testing-library/react": "^9.3.2"
"@testing-library/user-event": "^7.1.2"
"@types/jest": "^24.0.0"
"@types/node": "^12.0.0"
"@types/react": "^16.9.0"
"@types/react-dom": "^16.9.0"
"@unform/core": "^2.0.0"
"@unform/web": "^2.0.0"
"axios": "^0.19.2"
"date-fns": "^2.13.0"
"polished": "^3.5.1"
"react": "^16.13.1"
"react-day-picker": "^7.4.8"
"react-dom": "^16.13.1"
"react-icons": "^3.9.0"
"react-router-dom": "^5.1.2"
"react-scripts": "3.4.1"
"react-spring": "^8.0.27"
"styled-components": "^5.1.0"
"typescript": "~3.7.2"
"uuidv4": "^6.0.7"
"yup": "^0.28.3"
If you'd like to contribute to this project, please fork the repository and submit a pull request.