aaron1490 / calculator-tool

Personal project calculator tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Project: Calculator Tool

Introduction

Welcome to the respository for a personal project of mine, in this project, I've followed the below Youtube video and have created a Calculator within the web browser.

Build A Calculator With JavaScript Tutorial

The Why?

The reason for doing this is to supplement my learning on the EdX Front End Dev bootcamp, and to develop upon my current learnings.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

Project Structure

The project structure is organized as follows:

  • index.html: The main HTML file containing the structure of the calculator.
  • style.css: The CSS file for styling the calculator.
  • script.js: The JavaScript file with the logic for calculator operations.

Page Demo

Project Demo

Instructions for use

To use the calculator, please open the deployed page from this link

Installation

To code this yourself, feel free to clone the repository onto your local system

Contact

Links

Additional Resources

License

MIT License.

Acknowledgments

I want to take the opportunity to acknowledge the online content that Web Dev Simplified: Youtube Channel has put out, they provide plenty of helpful videos relating to the subject of learning front end development.

About

Personal project calculator tool

License:MIT License


Languages

Language:JavaScript 56.0%Language:CSS 27.2%Language:HTML 16.8%