2019-03-20 06:42:22 +00:00
|
|
|
# Web Calculator in jQuery
|
2018-11-05 09:18:16 +00:00
|
|
|
|
|
|
|
## Subject
|
|
|
|
|
|
|
|
Write an interative calculator program providing the following features using HTML, CSS, and Javascript.
|
|
|
|
|
|
|
|
- Basic arithmetic operators (+, -, *, /)
|
|
|
|
- Parenthsis
|
|
|
|
- Memory
|
|
|
|
|
|
|
|
Submit the report including requirements, design, execution results and references.
|
|
|
|
|
2019-03-20 06:42:22 +00:00
|
|
|
## Project
|
|
|
|
|
|
|
|
This project is totally responsive design and it's inspired from the OnePlus native app calculator
|
|
|
|
|
|
|
|
## Test
|
|
|
|
|
|
|
|
For try it, click [here](https://calculator.sanchezm.fr/)
|