This repository is provided for students looking to work on a simple calculator web application as a practice project.
View the code using GitHub Preview.
Technologies Used:
- HTML
- CSS
- JavaScript
If you’re looking to start simple, it can be best to just do HTML and CSS.
This project may not be ideal for that, since the HTML and CSS are provided.
However, looking over them can be a good way to learn, so perhaps start there.
This is how it looks before you get started.
The HTML and CSS are provided so that you can get straight in to the JavaScript and Browser APIs (most notably The DOM).
Once you’ve cloned the Git repository, open up the script.js
or replace it with script-with-structure.js
if you’d prefer some structure to work to. And get to work writing the JavaScript.
To learn what you need to complete this project, check out our Courses and Resources page.
Ongoing support and guided learning is available from Nigel via the main website.
For ideas on how to move forward with using this project to practice writing software, see TASKS.