https://github.com/chanda-abdul/javascript-calculator
I created this basic calculator to showcase my HTML, CSS & JavaScript knowledge
https://github.com/chanda-abdul/javascript-calculator
Last synced: 7 months ago
JSON representation
I created this basic calculator to showcase my HTML, CSS & JavaScript knowledge
- Host: GitHub
- URL: https://github.com/chanda-abdul/javascript-calculator
- Owner: Chanda-Abdul
- Created: 2021-02-18T00:43:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T04:02:24.000Z (over 4 years ago)
- Last Synced: 2025-01-13T16:49:14.009Z (9 months ago)
- Language: JavaScript
- Homepage: https://wonderful-carson-4fd444.netlify.app/
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Calculator
## Programmer
Chanda Abdul
## Live App
You can interact with the deployed app [here](https://wonderful-carson-4fd444.netlify.app/)
## Summary
This calculator app was created to showcase my skills in CSS, HTML & JavaScript.## Prompt
- Build a web calculator, that supports the basic operations of `add`, `subtract`, `multiply` and `divide`.
- In addition, support resetting the current state, as well as a decimal point button.## Concepts Covered
- Using ES6 Classes to organize code
- CSS grid
- CSS flexbox## Updates
- [ ] Make Responsive
- [ ] update stylings
- [ ] improve functionality