Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/brainnest-frontend-training-week-4-js-css-and-html-assignment
Week 4 Assignment of Brainnest Frontend Training. It's a calculator that runs chained math operations with two numbers at a time. It was coded in pure JavaScript, CSS and HTML.
https://github.com/elisa-amaral/brainnest-frontend-training-week-4-js-css-and-html-assignment
css html javascript
Last synced: 4 days ago
JSON representation
Week 4 Assignment of Brainnest Frontend Training. It's a calculator that runs chained math operations with two numbers at a time. It was coded in pure JavaScript, CSS and HTML.
- Host: GitHub
- URL: https://github.com/elisa-amaral/brainnest-frontend-training-week-4-js-css-and-html-assignment
- Owner: elisa-amaral
- Created: 2022-10-22T09:50:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T22:24:15.000Z (about 2 years ago)
- Last Synced: 2024-11-20T21:44:12.815Z (2 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://elisa-amaral.github.io/Brainnest-Frontend-Training-Week-4-JS-CSS-and-HTML-Assignment/
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brainnest Frontend Training Week 4: JavaScript + CSS + HTML Assignment
This project is the Week 4 Assignment of the Brainnest Frontend Training. I've created a calculator that runs the four basic mathematical operations: add, subtract, multiply and divide.
The calculator works in chained operations of two numbers, that is, if the user inputs **x + y ÷** (firstNumber, operator, secondNumber, operator), the calculator displays **(x + y)÷** as the result, and the user can continue inputting numbers and calling the operators as an equal sign that initiates the next chained operation displaying the result followed by last operator called. The calculator also has keyboard support, both for computers with and without a numpad.
## Project Website
https://elisa-amaral.github.io/Brainnest-Front-End-Training-Week-4-JS-CSS-and-HTML-Assignment/
## Screenshot
![Screenshot](/images/Screenshot.jpg)
## Technology Stack
+ JavaScript
+ CSS
+ HTML