Skip to content

LoganFernandez/covid19-tracker-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

256 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker App

This web application showcases various COVID-19 related statistics such as number of infections, number of recoveries, number of active cases and numbers of deaths, both globally and locally (within Singapore).

It also provides access to medical articles about COVID-19, which users can read to increase their awareness & knowledge about the disease.

TABLE OF CONTENTS

HOW IT WORKS
LANGUAGES/TOOLS USED
LIBRARIES USED
APIS USED
ART & DESIGN
LIVE DEMO

How It Works:

The COVID-19 Tracker App is able to acquire publicly available and up to date data using a technology called API. APIs, act as intermediaries and facilitate data retrieval for web apps. The web app sends a request to the API, specifying the desired data. The API processes the request, retrieves the data from a server or database, and formats it into a structured format, often JSON or XML. This formatted data is then transmitted back to the web app via HTTP/HTTPS. Finally, the web app interprets and displays the received data, enabling users to access and interact with it seamlessly.

Languages/Tools used:

HTML, CSS, Javascript, MERN stack (MongoDB, Express, React, Node.js)

Libraries used:

Material UI, Bootstrap, react-countup, react-chartjs-2, Formik, react-loader-spinner

APIs used: melvincwng/covid19-tracker-app-express

Art & Design:

Artwork created by Melvin Ng

Live Demo:

Check it out by clicking on the link below: https://covid19-sg.netlify.app/

Thank you so much for visiting the COVID-19 Tracker App! Your interest means a lot to me. If you have any questions or feedback, please feel free to share. Your support is greatly appreciated, and I hope you find value in the project. Stay tuned for updates!

About

React.js application for Covid19-SG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.4%
  • CSS 7.0%
  • HTML 1.2%
  • Shell 0.4%