Project to learnig how to code with challenges, at first we gone use Node.JS, ReactJS, sqlite3, MongoDB, PostgresSQL, Docker. In each chapter introduction and challenge.
Para navegar no projeto escolhar entre front ou back selecione a pasta desejada e dentro dela você verá os desafios separados em pastas.
Ao lado da pasta haverá um arquivo instruction.md onde estará o material de apoio com conteúdo técnico exemplos e a instrução do desafio proposto.
Na pasta com challenge-x haverá o projeto pre-criado quando for o caso para algum desafio ou estará vazia sendo que poderá ser usada para montagem da sua resposta ao desafio.
Before you begin, ensure you have met the following requirements:
-
You have installed the latest version of code editor ( we recomend VS-Code)
-
You have installed the latest version of NodeJS, npm ( we something use yarn )
-
You have a
<Windows/Linux/Mac>machine. State which OS is supported/which is not. -
You have read instructions before apply challenge.
To install challenge, follow these steps:
Linux and macOS open terminal:
mkdir <challenge name>
cd <challenge name>Windows open terminal (cmd, gitbash, powershell):
mkdir <challenge name>
cd <challenge name>To use keep coding challenges, follow these steps:
cd <challenge number in folder/directory>Add run commands and examples you think users will find useful. Provide an options reference for bonus points!
To contribute to keep coding, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
- be contributor
You might want to consider using something like the All Contributors specification and its emoji key.
If you want to contact me you can reach me at davijose40@gmail.com.
This project uses the following license: MIT.