Getting Started
This project takes the same format as previous projects, like our Word game clone and our Toast component.
First, you'll download the starter repository. This repo has a bunch of the less-interesting bits scaffolded out, so that we can focus on the most novel / challenging parts. The README.md
document will guide you through the various exercises.
Here's the Github project link:
The README is your home base. It includes the instructions for what to do for each exercise, and some helpful pointers. It also contains the terminal commands you'll need to install dependencies, run a development server, and more.
Getting comfortable with the project
In addition to the code itself, it's worth taking a moment or two to familiarize yourself with what we're building!
You can view the end result here:
This project includes 4 blog posts. 3 of them are placeholders, created using AI. The only real blog post is “Understanding the JavaScript Modulo Operator”. Incidentally, if you're not familiar with the Modulo operator (%
), you should read this post! It'll help solve one of the exercises in the project.
Here's that link to the repository one more time. Good luck, and have fun!