This is a simple calculator, with minimum mathematical operations, made using vanilla js.
NOTE: Mostly done! Although its still a work in progress, on few part/cases of functionalities, but UI is complete!
Checkout the calculator here.
Client: HTML, CSS, Javascript(vanilla JS)
Server: N/A
These are the following main concepts used in this project:
- Design using CSS Grid
- Event Listeners
- Mathematical operations/functions
- Use of 'eval' function and its caveats