https://github.com/ecrozatti/gobarber_mobile
Projeto mobile usando React Native com TypeScript, rotas e envio de arquivos por formulário. A aplicação se conecta a API criada no repositório GoBarber_Backend.
https://github.com/ecrozatti/gobarber_mobile
axios editorconfig eslint prettier reactnative reactnavigation styled-components typescript unform yup
Last synced: 2 months ago
JSON representation
Projeto mobile usando React Native com TypeScript, rotas e envio de arquivos por formulário. A aplicação se conecta a API criada no repositório GoBarber_Backend.
- Host: GitHub
- URL: https://github.com/ecrozatti/gobarber_mobile
- Owner: ecrozatti
- License: mit
- Created: 2021-01-28T03:16:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T03:42:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T22:42:12.289Z (about 1 year ago)
- Topics: axios, editorconfig, eslint, prettier, reactnative, reactnavigation, styled-components, typescript, unform, yup
- Language: TypeScript
- Homepage:
- Size: 25.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Sobre |
Tecnologias |
Requisitos |
Começando
## :page_with_curl: Sobre





Este repositório contém o app GoBarber. Projeto mobile usando React Native com TypeScript, rotas e envio de arquivos por formulário. A aplicação se conecta a API criada no repositório [GoBarber_Backend](https://github.com/ecrozatti/GoBarber_Backend).
GoBarber é uma aplicação para gerenciamento da agenda de barbearias. O projeto pode ser acessado tanto por clientes, como por prestadores de serviços.
Clientes podem escolher os horários disponíveis e os barbeiros gerenciar seus agendamentos.
O projeto pode ser executado em ambiente Android ou iOS.
## :computer: Tecnologias
Esse projeto foi desenvolvido no Bootcamp GoStack da Rocketseat com as seguintes tecnologias:
- [React Native](https://reactnative.dev/)
- [React Navigation](https://reactnavigation.org/)
- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)
- [TypeScript](https://www.typescriptlang.org/)
- [UnForm](https://unform.dev/)
- [Yup](https://github.com/jquense/yup)
- [Styled Components](https://styled-components.com/)
- [Axios](https://github.com/axios/axios)
- [Husky](https://github.com/typicode/husky)
- [Commitlint](https://github.com/conventional-changelog/commitlint)
- [Commitizen](https://github.com/commitizen/cz-cli)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [EditorConfig](https://editorconfig.org/)
## :books: Requisitos
- Ter [**Git**](https://git-scm.com/) para clonar o projeto.
## :rocket: Começando
``` bash
# Clonar o projeto:
$ git clone https://github.com/ecrozatti/GoBarber_Mobile.git
# Entrar no diretório:
$ cd GoBarber_Mobile
# Instalar as dependências:
$ yarn install
# Rodar o app em ambiente Android
$ yarn android
# Rodar o app em ambiente iOS
$ yarn ios
```
Made with 💚 by [Eric Crozatti Ferreira](https://www.linkedin.com/in/eric-crozatti-1447688a/)