Now that youβve seen how to create two web applications from scratch, itβs your turn to create your own web application! This application should satisfy the following requirements:
- Have an HTML Page
- Have a CSS file
- Have a Javascript file
- Can interact with the user (e.g. respond to mouse clicks, key presses, and/or button clicks)
- Have some real world application / or it is a game
Β
Here are some ideas for the final project you might want to consider (from least difficult to most difficult):
- Creating a scientific calculator similar to this one (basically an extension of the calculator applet)
- Creating a T-rex run game
- Creating a graphing calculator like Desmos
- Creating a text chatting app