Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusfd3/gobarber-web
Controle de horários e agendamentos para barbeiros.
https://github.com/matheusfd3/gobarber-web
2021 reactjs styled-components
Last synced: about 2 months ago
JSON representation
Controle de horários e agendamentos para barbeiros.
- Host: GitHub
- URL: https://github.com/matheusfd3/gobarber-web
- Owner: matheusfd3
- Created: 2020-12-27T18:25:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T20:01:39.000Z (about 3 years ago)
- Last Synced: 2024-04-28T05:50:02.140Z (9 months ago)
- Topics: 2021, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 4.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Primeiro Acesso
### Clonando o projeto
```
$ git clone https://github.com/matheusfd3/gobarber-web.git
```
### Baixando as dependências
Na pasta do projeto execute o comando abaixo com o [Yarn](https://yarnpkg.com/lang/pt-br/).
```
$ yarn install
```
### Rodando no localhost
```
$ yarn start
```
Acesse [http://localhost:3000/](http://localhost:3000/).
### Backend
Esse projeto precisa do backend [gobarber-api](https://github.com/matheusfd3/gobarber-api) para funcionar corretamente.## Páginas
### **Login**
### **Cadastrar**
### **Esqueci minha senha**
### **Resetar senha**
### **Dashboard**
### **Perfil**