Skip to content

shubham0794x/Corona_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

COVID-19 Tracker

Introduction

This is a code repository for Corona Tracker Application.

I have build a full COVID-19 Tracker. I have used React, Charts.JS and Material UI.

By looking in the code you will get hold of React's workflow and the use of hooks.

API used: https://covid19.mathdro.id/api

Setup:

  • run npm i && npm start

Stack Used

  1. Reactjs
  2. Create-react-app boilerplate for rendering
  3. Styled-components for styling
  4. Jest for testing React Components

Project Set Up

  • Create a forked copy of this project.
  • Add your team lead as collaborator on Github.
  • Clone your OWN version of the repository in your terminal.

Resources