|
20 | 20 |
|
21 | 21 | ## Índice
|
22 | 22 |
|
23 |
| -* [Sobre o Projeto](#sobre-o-projeto) |
24 |
| - * [Demo](#demo) |
25 |
| - * [Tecnologias](#tecnologias) |
26 |
| -* [Como Utilizar](#como-utilizar) |
27 |
| -* [Como Contribuir](#como-contribuir) |
28 |
| - * [Requisitos](#requisitos) |
29 |
| - * [Instalar](#instalar) |
30 |
| -* [Comunidade](#comunidade) |
| 23 | +- [Índice](#índice) |
| 24 | +- [Sobre o Projeto](#sobre-o-projeto) |
| 25 | + - [Demo:](#demo) |
| 26 | + - [Tecnologias:](#tecnologias) |
| 27 | +- [Como Utilizar](#como-utilizar) |
| 28 | +- [Como Contribuir](#como-contribuir) |
| 29 | + - [Requisitos](#requisitos) |
| 30 | + - [Instalar](#instalar) |
| 31 | +- [Comunidade](#comunidade) |
31 | 32 |
|
32 | 33 | ## Sobre o Projeto
|
33 |
| -O <a href="https://www.devchallenge.com.br/" alt="DevChallenge">DevChallenge</a> é um projeto que visa contrubuir com a evolução de desenvolvedores, disponibilizando desafios para que possam praticar, melhorar suas skills e criarem seus portfólios :) |
| 34 | +O <a href="https://www.devchallenge.com.br/" alt="DevChallenge">DevChallenge</a> é um projeto que visa contribuir com a evolução de desenvolvedores, disponibilizando desafios para que possam praticar, melhorar suas skills e criarem seus portfólios :) |
34 | 35 |
|
35 |
| -### Demo: |
36 | 36 | <p align="center">
|
37 | 37 | <img src="https://i.ibb.co/nLGdpF4/novosdesafioss.gif" alt="DevChallenge" width="720" height="380">
|
38 | 38 | </p>
|
39 | 39 |
|
40 |
| -### Tecnologias: |
41 |
| -- Backend: Nodejs |
42 |
| -- Frontend: Reactjs |
43 |
| -- Banco: MongoDB |
| 40 | +Além disso, somos uma projeto open source onde você pode contribuir na evolução do backend, frontend e criação de novos desafios. Para saber mais, participe da nossa comunidade :) |
44 | 41 |
|
45 |
| -## Como Utilizar |
46 |
| -1 - Use um template do <a href="https://devchallenge.now.sh/">DevChallenge</a> com o código inicial<br> |
47 |
| -2 - Leia as instruções no readme.md<br> |
48 |
| -3 - Comece a codar!<br> |
49 |
| -4 - Compartilhe seu resultado com a comunidade :) |
50 |
| -<br><br> |
51 |
| -1 - Use a <a href="https://devchallenge.now.sh/">DevChallenge</a> template with the starter code<br> |
52 |
| -2 - Read the instructions in readme.md<br> |
53 |
| -3 - Start coding!<br> |
54 |
| -4 - Share your results with the community :)<br> |
55 |
| - |
56 |
| -## Como Contribuir |
57 |
| -Você pode ajudar com o projeto:<br> |
58 |
| -- Sugerindo e/ou criando novos desafios: esses desafios ficarão disponíveis e poderão ajudar todos os desenvolvedores a praticarem |
59 |
| -- Contribuindo com melhorias e correções no site: você poderá enviar uma pull request para que sua alteração fique disponível para todos os devs! |
60 |
| -<br><br> |
61 |
| -You can help by contributing with new challenges or improving the website |
62 |
| - |
63 |
| -### Requisitos |
64 |
| -1. Nodejs |
65 |
| - |
66 |
| -### Instalar |
67 |
| - |
68 |
| -<b>Front-end</b> |
| 42 | +## Feito com |
| 43 | + * [ReactJS](https://pt-br.reactjs.org/) - Biblioteca para criar interfaces de usuário |
| 44 | + * [Yarn](https://yarnpkg.com/) - Gerenciador de pacotes e dependências |
69 | 45 |
|
70 |
| -1. Faça o <a target="_blank" href="https://github.com/Lorenalgm/DevChallenge/archive/master.zip">Download </a> ou clone o repositório do DevChallenge |
71 |
| -```sh |
72 |
| -git clone [email protected]:Lorenalgm/DevChallenge.git |
73 |
| -``` |
74 |
| -2. Abra o projeto no seu editor. |
75 |
| -3. No seu terminal, instale os pacotes necessários: |
76 |
| -```sh |
77 |
| -yarn |
78 |
| -``` |
79 |
| -ou |
80 |
| -```sh |
81 |
| -npm install |
82 |
| -``` |
83 |
| -4. Show! Agora você pode ir na pasta frontend e iniciar o server: |
84 |
| -```sh |
85 |
| -cd frontend |
86 |
| -``` |
87 |
| -```sh |
88 |
| -yarn start |
89 |
| -``` |
90 |
| -5. Abra seu navegador! O DevChallenge estará disponvel em http://localhost:3000/ :) |
| 46 | +## Instalação |
| 47 | +Para clonar o projeto e executá-lo em sua máquina, veja os detalhes em [INSTALLING.md](INSTALLING.md). |
91 | 48 |
|
| 49 | +## Contribuir |
| 50 | +Gostaria de contribuir com o projeto? Por favor acesse [CONTRIBUTING.md](CONTRIBUTING.md) para o manual completo de contribuição. |
92 | 51 |
|
93 |
| -<b>Back-end</b> |
94 |
| - |
95 |
| -O backend está disponível no repositório: <a href="https://github.com/Lorenalgm/DevChallengeAPI" alt="DevChallengeAPI">DevChallengeAPI</a> |
| 52 | +## Autores |
| 53 | +- **Lorena Montes** - *Trabalho inicial* - [Lorenalgm](https://github.com/Lorenalgm) |
96 | 54 |
|
| 55 | +Veja também a lista de [contribuidores](https://devchallenge.now.sh/devs) que participaram do projeto. |
97 | 56 |
|
98 | 57 | ## Comunidade
|
99 |
| -Nosso objetivo é ajudar cada vez mais na evolução de desenvolvedores! Por isso, temos uma comunidade exclusiva do DevChallenge no Discord. Bora? https://discord.gg/yvYXhGj <br> |
100 |
| -<br> |
101 |
| -Site: https://www.devchallenge.com.br/ <br> |
102 |
| - |
103 |
| -<table style="border-color:transparent"> |
104 |
| - <th> |
105 |
| - <td><a href="https://discord.gg/yvYXhGj"><img src="https://cdn3.iconfinder.com/data/icons/discord/64/discord_20-512.png" width="30px" height="30px" alt="Discord"> </a></td> |
106 |
| - <td><a href="https://www.linkedin.com/company/devchallenge/"><img src="https://image.flaticon.com/icons/svg/1384/1384014.svg" width="30px" height="30px" alt="Linkedin"></a></td> |
107 |
| - <td><a href="https://twitter.com/dev_challenge"><img src="https://cdn3.iconfinder.com/data/icons/picons-social/57/43-twitter-512.png" width="30px" height="30px" alt="Twitter"></a</td> |
108 |
| - <td><a href="https://www.instagram.com/devchallenge/"><img src="https://cdn4.iconfinder.com/data/icons/picons-social/57/38-instagram-3-512.png" width="30px" height="30px" alt="Instagram"></a></td> |
109 |
| - </th> |
110 |
| -</table> |
| 58 | +Nosso objetivo é ajudar cada vez mais na evolução de desenvolvedores! Por isso, temos uma comunidade exclusiva do DevChallenge no Discord. Interessado? [Participe](https://discord.gg/yvYXhGj)! |
| 59 | +<br><br> |
| 60 | +Acesse nossa [plataforma](https://devchallenge.now.sh/)! |
| 61 | +<br><br> |
| 62 | +Nos siga nas redes sociais! |
| 63 | +<th> |
| 64 | + <td> |
| 65 | + <a href="https://www.linkedin.com/company/devchallenge/"> |
| 66 | + <img src="https://image.flaticon.com/icons/svg/1384/1384014.svg" width="30px" height="30px" alt="Linkedin"> |
| 67 | + </a> |
| 68 | + </td> |
| 69 | + <td> |
| 70 | + <a href="https://twitter.com/dev_challenge"><img src="https://cdn3.iconfinder.com/data/icons/picons-social/57/43-twitter-512.png" width="30px" height="30px" alt="Twitter"></a> |
| 71 | + </td> |
| 72 | + <td> |
| 73 | + <a href="https://www.instagram.com/devchallenge/"><img src="https://cdn4.iconfinder.com/data/icons/picons-social/57/38-instagram-3-512.png" width="30px" height="30px" alt="Instagram"></a> |
| 74 | + </td> |
| 75 | +</th> |
111 | 76 |
|
112 | 77 | [forks-shield]: https://img.shields.io/github/forks/Lorenalgm/DevChallenge.svg?style=flat-square
|
113 | 78 | [forks-url]: https://github.com/Lorenalgm/DevChallenge/network/members
|
114 | 79 | [stars-shield]: https://img.shields.io/github/stars/Lorenalgm/DevChallenge.svg?style=flat-square
|
115 | 80 | [stars-url]: https://github.com/Lorenalgm/DevChallenge/stargazers
|
116 | 81 | [issues-shield]: https://img.shields.io/github/issues/Lorenalgm/DevChallenge.svg?style=flat-square
|
117 | 82 | [issues-url]: https://github.com/Lorenalgm/DevChallenge/issues
|
118 |
| - |
0 commit comments