The COVID-19 App was created by Toucans Team 3 for Chingu Voyage 28.
LIVE LINK : https://whispering-meadow-20690.herokuapp.com/
- Shows the total and new number of people infected by/who have died due to/who have recovered from COVID
- Shows nearby clinics and hospitals based on where you are or by a city search
- Gives the users some symptoms of Covid19
- Provides users with self-care tips
- Shows news related to COVID from the New York Times
-
HTML, CSS, Bootstrap, Javascript, jQuery, and Node.js were used to make this project
-
Various links are included to various resources:
<cd into the project directory>
- Create a .env file with
API_KEY= <<YOUR NEW YORK TIMES API KEY HERE>>
as well asPORT= <<PORT NUMBER OF YOUR CHOICE HERE>>
and place it in the project directory (same level as the public folder). <run npm install>
<run npm start>