Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinjith-dev/js-calculator
Simple web calculator made using pure JavaScript.
https://github.com/shinjith-dev/js-calculator
beginner-project calculator css html javascript javascript-calculator website
Last synced: about 1 month ago
JSON representation
Simple web calculator made using pure JavaScript.
- Host: GitHub
- URL: https://github.com/shinjith-dev/js-calculator
- Owner: shinjith-dev
- License: mit
- Created: 2022-02-08T06:33:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T08:14:43.000Z (over 2 years ago)
- Last Synced: 2024-06-24T21:01:13.753Z (7 months 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 :)![Logo](/src/icons/calc-logo.png)
## Supported
Simple arithmetic calculations: addition, subtraction, multiplication and division,
Floating points.
## Not SupportedComplex calculations (like a scientific calculator),
Negative values,
Exponential values.
## Run LocallyTo 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](https://via.placeholder.com/10/363636?text=+) #363636 |
| Surface | ![#282828](https://via.placeholder.com/10/282828?text=+) #282828 |
| Primary | ![#3d6d79](https://via.placeholder.com/10/3d6d79?text=+) #3d6d79 |
| Secondary | ![#969696](https://via.placeholder.com/10/969696?text=+) #969696 |
| On Secondary | ![#000000](https://via.placeholder.com/10/000000?text=+) #000000 |
| Other | ![#bb9696](https://via.placeholder.com/10/bb9696?text=+) #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 [email protected] 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)