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