Skip to content

COVID realtime app that brings real and updated information about Covid19

Notifications You must be signed in to change notification settings

laurindo/fight-covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Fight COVID - React App

Application created with React. We are using https://covid19-brazil-api.now.sh/api/report/v1/ to get real data about COVID19 informations.

Demo

https://laurindo.github.io/fight-covid/


Let's start - First of all - check you environment:

1 - See if you have docker installed

docker -v

2 - Check your node and npm

node -v

npm -v

3 - After that we can start. We are using docker to setup the env

sudo docker build -t covid-chart/react .

sudo docker run -p 9001:9001 -d covid-chart/react

4 - If you don't have docker installed, please try it:

yarn

yarn start

5 - Your project should be running on:

PORT 9001

6 - Let's enjoy:

http://localhost:9001

Open http://localhost:9001 to view it in the browser.

3rd party libraries

Details

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

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

NOTE

  • I've tried to add cypress for e2e (end to end test) but my ubuntu is not enough space to run docker compose and prepare env. :(

About

COVID realtime app that brings real and updated information about Covid19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages