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

https://github.com/khomsiadam/scientific_calculator_pwa

Scientific Calculator PWA made with Javascript, each button as an object (with name, symbol, formula, type). The result of the operation and formula are joined as arrays part of an object data. Layout is made with Grid and Flexbox.
https://github.com/khomsiadam/scientific_calculator_pwa

app calculator flexbox grid javascript pwa

Last synced: 7 months ago
JSON representation

Scientific Calculator PWA made with Javascript, each button as an object (with name, symbol, formula, type). The result of the operation and formula are joined as arrays part of an object data. Layout is made with Grid and Flexbox.

Awesome Lists containing this project

README

          

# Scientific Calculator PWA
Scientific Calculator PWA made with Javascript, each button as an object (with name, symbol, formula, type). The result of the operation and formula are joined as arrays part of an object data. Layout is made with Grid and Flexbox.

Link : https://science-calc-pwa.netlify.app/

# Preview (Portrait)
![science_calc_pwa](https://user-images.githubusercontent.com/9354045/120134680-91478180-c1c6-11eb-912b-af1e193cf019.gif)

# Preview (Landscape)
![science_calc_pwa_2](https://user-images.githubusercontent.com/9354045/120134695-97d5f900-c1c6-11eb-8ac2-cdf0d2e4f34e.gif)