Skip to content

Commit fc2c300

Browse files
committed
adjusts in README.md
1 parent 2a42ef1 commit fc2c300

File tree

1 file changed

+18
-28
lines changed

1 file changed

+18
-28
lines changed

README.md

+18-28
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
<div align="center" style="margin-bottom: 20px;">
22
<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>
38
</div>
49

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.
712

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">
1814
<a href='./assets/images/screenshots/'>
1915
<img width=600 src="./assets/images/gobarber-screens.png">
2016
</a>
21-
</p>
22-
23-
### :zap: Principais tecnologias
17+
</div>
2418

19+
### :zap: Main technologies
2520
- [TypeScript](https://www.typescriptlang.org/docs/)
2621
- [NodeJS](https://nodejs.org/en/)
2722
- [ReactJS](https://pt-br.reactjs.org/)
@@ -31,32 +26,27 @@ Aplicativo de agendamento para barbearia, conta com um back-end (API) Node.js co
3126
- [JWT](https://jwt.io/)
3227
- [Styled-Components](https://styled-components.com/)
3328

34-
### :rocket: Código fonte (Repositórios)
35-
29+
### :rocket: Repositories (source code)
3630
- [Back-end (API) do projeto.](https://github.com/jefferson1104/gobarber-nodejs)
3731
- [Front-end do projeto.](https://github.com/jefferson1104/gobarber-reactjs)
3832
- [Mobile do projeto.](https://github.com/jefferson1104/gobarber-react-native)
3933

40-
### :thinking: Como Contribuir?
34+
### :thinking: How to Contribute?
4135

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**
4337

4438
```bash
45-
# Clone o seu fork
39+
# clone your fork
4640
$ git clone url-do-seu-fork
4741

48-
# Crie uma branch com sua feature ou correção de bugs
42+
# Create a branch with your feature or bug fix
4943
$ git checkout -b minha-branch
5044

51-
# Faça o commit das suas alterações
45+
# Commit your changes
5246
$ git commit -m 'feature/bugfix: minhas alterações'
5347

54-
# Faça o push para a sua branch
48+
# Push to your branch
5549
$ git push origin minha-branch
5650
```
5751

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

Comments
 (0)