Calculator-Using-HTML-CSS-and-Javascript
Output : There is output screen where all text will be displayed. User inputs are typed and results are calculated based on that input.
Operations: This calculator can perform following operations which are listed below:
Addition
Substraction
Multiplication
Division
Persentage
After entering some data -
File Structure as follows
index.html
css/style.css
js/script.js
Check out the project here 💻
Contributing
Contributions are always welcome!
See Contributing.md for ways to get started.
Please adhere to this project's Code_Of_Conduct file.
Color Reference
Color | Hex |
---|---|
Background Color(Light Blue) | #00ffff |
Calculator Container Color(Dark Blue) | #0040ff |
white Color | #ffffff |
Button Color(Green shade) | #00d1a0 |
Button Color(Light Pink) | #FFA07A |