JavaScript Cafe Challenge

JavaScript Cafe Challenge

Welcome to the JavaScript Cafe! Joseph will step you through building an app where you can fulfil orders for customers that are generated when you interact with the page.

Time Box

ChallengeTime
JavaScript Cafe3 hours

Fork the repo

  1. Visit the JavaScript Cafe repository on GitHub. Click the Fork button in the top right to create your own copy of this repo.
  2. From your command line, clone your copy of the repo down to your computer. The terminal command will look something like git clone git@github.com:dev-academy-foundations/javascript-cafe.git
  3. Open the cloned javascript-cafe folder in your code editor.
  4. Read the readme.md for further info on this challenge.

Video

  1. Watch this video. We suggest you do the exercise as you watch the video.

Remember to save your progress and frequently use git add -A and git commit -m "your message" (with a more meaningful message) throughout the exercise.

  1. Once you have finished working on this exercise, remember to add, commit, and push your work to GitHub.

Getting Code Feedback

🛠️ Ask an LLM: "Review this code and suggest improvements for readability, performance, and best practices: [paste code]"

🎯 Why this works: Gets feedback on your code style and introduces best practices.

⚠️ Beware of: Treating AI suggestions as authoritative without understanding the underlying principles.