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

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

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.