https://github.com/chiefwoods/calculator
Web calculator for The Odin Project
https://github.com/chiefwoods/calculator
theodinproject
Last synced: 7 months ago
JSON representation
Web calculator for The Odin Project
- Host: GitHub
- URL: https://github.com/chiefwoods/calculator
- Owner: ChiefWoods
- Created: 2022-09-03T17:29:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T07:16:04.000Z (over 1 year ago)
- Last Synced: 2024-04-08T08:31:35.781Z (over 1 year ago)
- Topics: theodinproject
- Language: JavaScript
- Homepage: https://chiefwoods.github.io/calculator/
- Size: 4.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator

Web calculator for [The Odin Project](https://www.theodinproject.com/). Not to be confused with [the other calculator](https://github.com/ChiefWoods/formula-calculator).
[Live Website](https://chiefwoods.github.io/calculator/)
[Source Repository](https://github.com/ChiefWoods/calculator)
## Features
- Perform basic arithmetic operations
- Runs on immediate execution logic
- Toggle between positive and negative numbers
- Backspace available
- Chainable operations
- Truncated results
- Keyboard and numpad support## Built With
### Languages
- [](https://html5.org/)
- [](https://www.w3.org/Style/CSS/Overview.en.html)
- [](https://js.org/index.html)### Tools
- [](https://code.visualstudio.com/)
## Getting Started
### Setup
1. Clone the repository
```
git clone https://github.com/ChiefWoods/calculator.git
```## Issues
View the [open issues](https://github.com/ChiefWoods/calculator/issues) for a full list of proposed features and known bugs.
## Acknowledgements
### Resources
- [Shields.io](https://shields.io/)
- [Google Fonts](https://fonts.google.com/)
- [DaFont](https://www.dafont.com/)
- [Pictogrammers](https://pictogrammers.com/)### Hosting
- [GitHub Pages](https://pages.github.com/)
## Contact
[chii.yuen@hotmail.com](mailto:chii.yuen@hotmail.com)