Skip to content

shinjith-dev/JS-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

  git clone https://github.com/WhiteWolfDot/JS-Calculator.git JS-Calculator

2.Implement your changes here

  cd JS-Calculator

3.Open index.html

Color Reference

Color Hex
Background #363636 #363636
Surface #282828 #282828
Primary #3d6d79 #3d6d79
Secondary #969696 #969696
On Secondary #000000 #000000
Other #bb9696 #bb9696

Contributing

Contributions are always welcome!

See 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.

📝 License

This project is under MIT license. See LICENSE for more information.


Made with ❤ by white wolf

Authors