An open API service indexing awesome lists of open source software.

https://github.com/rhw-repo/odin-project-calculator

JavaScript, CSS, HTML. Online working calculator. Displays maths operations with scientific notation and error messages.
https://github.com/rhw-repo/odin-project-calculator

css-flexbox css-grid css3 dom-manipulation event-listeners html5 javascript odin-project odinproject

Last synced: 2 months ago
JSON representation

JavaScript, CSS, HTML. Online working calculator. Displays maths operations with scientific notation and error messages.

Awesome Lists containing this project

README

        

### The Odin Project Foundations - Project: Make An Online Calculator

Check out the live demo [here](https://rhw-repo.github.io/odin-project-calculator/).

Check out the project instructions [here](https://www.theodinproject.com/lessons/foundations-calculator).

## Technologies Used:

- **HTML5**: Structure of the calculator keys, display & casing.
- **CSS3**: Styling and layout. Flexbox and grid for layouts.
- **JavaScript**: event listeners, DOM manipulation, mathematical operations, scientific notation, error handling.
- **Google Fonts**: Includes Open Sans, Roboto Slab, and Orbitron.

## Inputs & Outputs

- Inputs: user clicks on buttons.
- Outputs: 'calculator LED display panel' shows user input then the sum's total.

## License

Copyright © R Westnidge Brown, 2023. All rights reserved.