Simple calculator using html, css and js
Key concepts used in project: -Classes and oop -Event Handling -Basic arithmetic operations -Parsing and formatting numbers -Template literals -Dom manipulation
To use the project locally:
- Clone the repository:
- Open the project directory
- Simply open
index.html
in your web browser, and use the calculator by clicking the buttons.
- Inspired by various online calculator tutorials and resources.