https://github.com/pericles001/simple-avg-calculator
Simple web page to review javascript dom manipulation methods
https://github.com/pericles001/simple-avg-calculator
Last synced: 7 months ago
JSON representation
Simple web page to review javascript dom manipulation methods
- Host: GitHub
- URL: https://github.com/pericles001/simple-avg-calculator
- Owner: Pericles001
- Created: 2022-04-22T00:03:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T00:13:42.000Z (about 4 years ago)
- Last Synced: 2025-03-21T03:17:08.750Z (about 1 year ago)
- Language: JavaScript
- Size: 744 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVG CALCULATOR
## What is it?
It is a simple web page displaying some cities temperature with the average of even values, minimum and maximum values.
## Key concepts
* Data injection from javascript file
* DOM manipulation
* Data validation
## How to use it?
You just need to clone the repository and open the index.html file.
Feel free to rename it to something else.