https://github.com/anndcodes/calculator
https://github.com/anndcodes/calculator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anndcodes/calculator
- Owner: anndcodes
- Created: 2023-04-27T18:19:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T16:47:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T23:24:50.486Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://anndcodes.github.io/calculator/
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Draculator
A calculator project from [**_The Odin Project_**](https://www.theodinproject.com/lessons/foundations-calculator) curriculum that was inspired by the _VSCode theme [**"Dracula"**](https://draculatheme.com/visual-studio-code)_.
### [Visit the project](https://anndcodes.github.io/calculator/)

## About the Project:
A calculator that runs basic math operations such as addition, subtraction, multiplication and division.
## Features
* AC funcion to clear display screen
* Backspace that deletes the last number
* Animate cursor that appears before clicking numbers and after clicking "AC"
* Operations can be done by using "equals sign" or using the "operators signs" if user wants to make an operation with multiple numbers and operators
* Block "equals sign" if no number or operator is chosen
* User can make decimal operations and get floating point numbers
* Keyboard support
* AC: Esc
* DEL: Backspace
* Equals: Enter
* ร: *
* รท: /
* (+ and -, decimal point and numbers 0-9)
## Resources
* [Font](https://www.fontshare.com/fonts/nippo)
* [Icon](https://phosphoricons.com/)
* [Favicon](https://www.streamlinehq.com/icons?tab=free&search=calculator)
---
Made with ๐ by [**Annd**](https://github.com/anndcodes)