Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.03 KB

File metadata and controls

40 lines (22 loc) · 1.03 KB

JavaScript Course - Spring 2026

Lesson 8, Tuesday, 2026-04-14


Project

Option 1: Number guessing game!

The computer chooses a secret number between 1 and 100.

The player has to guess that number, but the computer can only tell wether they guessed too low, too high or whether they guessed the right number.

Link: https://raw.githubusercontent.com/ReDI-School/js-2026-spring/refs/heads/main/project/number-guess-game.html


Option 2: Webshop

You're running a business selling 2 products.

The user can enter how many of each products they want to order, and your job is to tell the user how much they need to pay.

Link: https://raw.githubusercontent.com/ReDI-School/js-2026-spring/refs/heads/main/project/webshop.html


Bonus: Employee Information Portal

You're managing an employee information portal.

The user can view employee details, including phone numbers and addresses.

Link: https://raw.githubusercontent.com/ReDI-School/js-2026-spring/refs/heads/main/project/employee-portal.html