https://github.com/shnjd/JS-Calculator
Simple web calculator made using pure JavaScript.
https://github.com/shnjd/JS-Calculator
beginner-project calculator css html javascript javascript-calculator website
Last synced: 5 months ago
JSON representation
Simple web calculator made using pure JavaScript.
- Host: GitHub
- URL: https://github.com/shnjd/JS-Calculator
- Owner: shinjith-dev
- License: mit
- Created: 2022-02-08T06:33:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T08:14:43.000Z (over 3 years ago)
- Last Synced: 2024-06-24T21:01:13.753Z (over 1 year ago)
- Topics: beginner-project, calculator, css, html, javascript, javascript-calculator, website
- Language: JavaScript
- Homepage: https://shinjith-dev.github.io/JS-Calculator/
- Size: 66.4 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JS-Calculator v3
A simple standard web calculator made using pure JavaScript.
I made this project during my JavaScript learning journey, so it doesn't have much features.
Suggestions and contributions are always welcome :)

## Supported
Simple arithmetic calculations: addition, subtraction, multiplication and division,
Floating points.
## Not Supported
Complex calculations (like a scientific calculator),
Negative values,
Exponential values.
## Run Locally
To copy and modify this project,
1.Clone this repo to your system
```bash
git clone https://github.com/WhiteWolfDot/JS-Calculator.git JS-Calculator
```
2.Implement your changes here
```bash
cd JS-Calculator
```
3.Open `index.html`
## Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Background |  #363636 |
| Surface |  #282828 |
| Primary |  #3d6d79 |
| Secondary |  #969696 |
| On Secondary |  #000000 |
| Other |  #bb9696 |
## Contributing
Contributions are always welcome!
See [CONTRIBUTING.md](https://github.com/WhiteWolfDot/JS-Calculator/blob/main/CONTRIBUTING.md) for ways to get started.
Please adhere to this project's `code of conduct`.
## Support
For support, email shinjithkanhangad@gmail.com or contact on
[instagram](https://www.instagram.com/shinjith_/).
## :memo: License
This project is under MIT license. See [LICENSE](https://github.com/WhiteWolfDot/JS-Calculator/blob/main/LICENSE.md) for more information.
---
Made with ❤ by [white wolf](https://www.instagram.com/shinjith_)
## Authors
- [@whitewolfdot](https://www.github.com/whitewolfdot)