- Fork this project and make sure to uncheck the "Copy the main branch only." option.
- Clone your forked repo in your local machine.
- Enter
npm ito install the required project dependencies. - Visit the branch of the challenge you wish to tackle. (recommended to go in preferred order)
- Enter
npm run devto run the challenge and begin your tasks. - You'll find further instructions in the
README.mdfile of each challenge.
| Branch | Difficulty | Main Topics Covered |
|---|---|---|
| js/temp-converter | ⭐ | request-handling |
| js/catching-erors | ⭐⭐ | error-handling |
| js/middle-man | ⭐⭐ | middleware |
| js/auth | ⭐⭐⭐⭐ | request-handling auth middleware |