Getting started 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 i to install the required project dependencies. Visit the branch of the challenge you wish to tackle. (recommended to go in preferred order) Enter npm run dev to run the challenge and begin your tasks. You'll find further instructions in the README.md file of each challenge. Challenges (in preferred order) 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