Modules
Intro
In this module, we will get set up for the course! You will be installing software that we will use to write our code, and setting up your project file structure. It's important to pay close attention to the steps in this lesson, as it sets you up for the rest of the course.
Lesson
Login Page
In this module, we will be introduced to HTML, CSS, and Javascript and use these to design a working login page. You will learn what HTML, CSS, and Javascript are and the role each play in a working website. You will create the game from scratch and code your first webpage!
Lesson
Guessing Game
In this module, we are going to create a game where the user needs to guess the 50 states of America to get to the next page. We are going to use the concepts you learned in the previous module (variables, functions, and conditional logic) and we are going to also introduce a new concept: arrays!
Lesson
Maths Game
In this module, we are going to create a maths game where the user needs to answer 10 equations to pass the round and get to the winner’s page. We are using variables, functions, conditional statements and arrays, and will be introducing JavaScript Math functions too!
Lesson
Winner & About Me
Now that our games are finished, we need to create the page the user arrives at when they get to the end of the challenges. This page will not have any functionality – instead we will design it using CSS and add two links to the page: one to take the user back to the login screen, and the second to take the user to the ‘about me’ page which we will add at the same time as adding this page.