App that display top 10 countries per Infeccions, deaths and recovered.
A quick overview on the COVID situation around the world, with the 10 top countries for contagiuos, deaths, recovered. COVID19-MONITOR has been developed as a part of the Ironhack Web Developement bootcamp with the COVID19API API and using JavaScript.
The MVP will include:
- Homepage: It will include all the links to navigate around the app and the music genre buttons and display the updated daily data of the world scope (Contagioous, deaths, recovered)
- Dashboard: It will display the top 10 countries displayed in sections for contagoious, deaths, recovered. Dropdown menu to select Country and see the detail for each one selected
- Sign Up: A registration form for new users with email and password validation.
- Log In: A form for signed up users with email and password validation.
- FAQ: Everything you want to know about how COVID
-
Add graphs to the statistics
-
Add session management
-
Add a Log Out option
-
root/
--index.htm
--faq.html
--nav.html
--signup.html
--login.html
--dashboard.html
--README.md
-
css/
--bootstrap.css
--cssreset.css
--main.css
-
src/
--database.js
--user.js
--main.js
--validator.js
--index.js
--signup.js
--login.js
--dashboard.js
--data-rapidapid.js (Backup API)
--data-covid19api.js
-
-
img/
--coronavirus-logo.jpeg
--coronavirus-logo.jpg
--coronavirus.jpg
--computer-icons-user-profile-head-ico.png
--coronavirus-crop.jpg
--- Check out the interesting COVID19API API I used. 🎶
--- Backup API RAPIDAPI. 🎶
[GITHUB-PAGES]https://mirko1075.github.io/Covid19-monitor/