Skip to content

Clifford2910/covid-19_tracker.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Tracker

Challenge

  • The challenge was to create a single page React.js app that pulled API information about Covid-19 from several sources and presented it for the user.

My Approach

  • TDD - My approach was to use TDD to guide my code and make sure that what I was plugging in was working and returning what I wanted. I have only done minimal testing in React.js so I wanted to make sure that my focus and practice was on this.
  • Components - I wanted to keep my attention on the separate components comprised to build the app and keep the App.js minimal, with the components being imported in and plugged into the html.

Installation

  • To clone the repo:
$ git clone https://github.com/Clifford2910/covid-19_tracker.js.git
$ cd covid-19_tracker.js

Usage

  • To open the App:
$ npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Testing (with Jest)

  • To test the repo:
$ npm test

Launches the test runner in the interactive watch mode.

Image of App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published