1
1
<div align =" center " style =" margin-bottom : 20px ;" >
2
2
<img alt =" gobarber " src =" ./assets/images/goBarber-logo.svg " width =" auto " heigth =" auto " />
3
+ <p align =" center " >
4
+ <img alt="technology" src="https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white">
5
+ <img alt="technology" src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB">
6
+ <img alt="technology" src="https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB">
7
+ </p >
3
8
</div >
4
9
5
- < p align = " center " >
6
- < img alt = " technology " src = " https://img.shields.io/badge/ Node.js-339933?style=for- the-badge&logo=nodedotjs&logoColor=white " >
10
+ ### : barber : About project
11
+ Scheduling application for barbershop, has a back-end (API) Node.js built with DDD and TDD, with a Front-end developed with the React.js library using good practices and tests with the jest library and also a mobile version developed with React Native.
7
12
8
- <img alt =" technology " src =" https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB " >
9
-
10
- <img alt =" technology " src =" https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB " >
11
- </p >
12
-
13
- ### :barber : O projeto
14
-
15
- Aplicativo de agendamento para barbearia, conta com um back-end (API) Node.js construido com DDD e TDD, com um Front-end desenvolvido com a biblioteca React.js utilizando boas práticas e testes com a biblioteca jest e também um versão mobile desenvolvido com React Native.
16
-
17
- <p align =" center " >
13
+ <div align =" center " >
18
14
<a href =' ./assets/images/screenshots/ ' >
19
15
<img width=600 src="./assets/images/gobarber-screens.png">
20
16
</a >
21
- </p >
22
-
23
- ### :zap : Principais tecnologias
17
+ </div >
24
18
19
+ ### :zap : Main technologies
25
20
- [ TypeScript] ( https://www.typescriptlang.org/docs/ )
26
21
- [ NodeJS] ( https://nodejs.org/en/ )
27
22
- [ ReactJS] ( https://pt-br.reactjs.org/ )
@@ -31,32 +26,27 @@ Aplicativo de agendamento para barbearia, conta com um back-end (API) Node.js co
31
26
- [ JWT] ( https://jwt.io/ )
32
27
- [ Styled-Components] ( https://styled-components.com/ )
33
28
34
- ### :rocket : Código fonte (Repositórios)
35
-
29
+ ### :rocket : Repositories (source code)
36
30
- [ Back-end (API) do projeto.] ( https://github.com/jefferson1104/gobarber-nodejs )
37
31
- [ Front-end do projeto.] ( https://github.com/jefferson1104/gobarber-reactjs )
38
32
- [ Mobile do projeto.] ( https://github.com/jefferson1104/gobarber-react-native )
39
33
40
- ### :thinking : Como Contribuir ?
34
+ ### :thinking : How to Contribute ?
41
35
42
- ** Faça um fork do repositório de back-end, front-end ou mobile**
36
+ ** Fork the back-end, front-end or mobile repository **
43
37
44
38
``` bash
45
- # Clone o seu fork
39
+ # clone your fork
46
40
$ git clone url-do-seu-fork
47
41
48
- # Crie uma branch com sua feature ou correção de bugs
42
+ # Create a branch with your feature or bug fix
49
43
$ git checkout -b minha-branch
50
44
51
- # Faça o commit das suas alterações
45
+ # Commit your changes
52
46
$ git commit -m ' feature/bugfix: minhas alterações'
53
47
54
- # Faça o push para a sua branch
48
+ # Push to your branch
55
49
$ git push origin minha-branch
56
50
```
57
51
58
- Depois que o merge da sua pull request for feito, você pode deletar a sua branch.
59
-
60
- ### :memo : Licença
61
-
62
- Este projeto é desenvolvido sob a licença MIT. Veja o arquivo [ LICENSE] ( LICENSE.md ) para saber mais detalhes.
52
+ Once your pull request has been merged, you can delete your branch.
0 commit comments