javascript-mini-projects
javascript-mini-projects copied to clipboard
Calculator bhpranit08
Developer Checklist
- [X] Followed guidelines mentioned in the readme file.
- [X] Followed directory structure. (e.g. ProjectName/{USERNAME}/...yourfiles)
- [X] Starred ⭐ the Repo (Optional)
Summary
Added a calculator web app using HTML, CSS, and JavaScript. It supports basic arithmetic operations and has a responsive layout. It also has some other features like not letting the user put 2 or more decimal points in one number and doesn't let the user put more than one special symbols (+, ÷, −, ×) right after one another.