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.
- Host: GitHub
- URL: https://github.com/rhw-repo/odin-project-calculator
- Owner: rhw-repo
- Created: 2022-05-11T18:17:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:03:30.000Z (over 1 year ago)
- Last Synced: 2025-02-04T15:28:33.533Z (4 months ago)
- Topics: css-flexbox, css-grid, css3, dom-manipulation, event-listeners, html5, javascript, odin-project, odinproject
- Language: JavaScript
- Homepage: https://rhw-repo.github.io/odin-project-calculator/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.