An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# JavaScript Calculator
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