This project was developed in GoStack Bootcamp from Rocketseat. It is the mobile version of an application for barbershops named GoBarber. The backend can be accessed here and the frontend here.
Objective • Technologies • How to run the application •
This project allows the customer to view the list of barbers and make an appointment with a specif provider. This project was developed using React-Native.It was used these technologies in this project.
- React-Native
- Typescript
- Styled Components
- Date-fns
- Unform
- React Native Image Picker
- React Native Reanimated
- React Native Gesture Handler
- React Native Vector Icons
- Yup
- Axios
- Node.js
- PostgreSQL
- Eslint
- Prettier
- EditorConfig
You will need these tools instaled in your machine:
And you will need to run the API REST of GoBarber:
# Clone this repository
$ git clone https://github.com/yesminmarie/gobarber-mobile
# Go into the folder of the project
$ cd gobarber-mobile
# Install the dependencies
$ yarn
# Start Metro Bundler
$ yarn start
# If you are using android run
$ yarn android
# If you are using ios run
$ yarn ios
Made with ❤️ by Yesmin Marie