Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

matheusmisumoto/covid19-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Statistics Panel

Important

This project is now in a read-only state. No further updates or maintenance will be provided.

This project shows updated statistics about the Coronavirus pandemic around the world. It shows today's and total cases, and today's and total deaths worldwide, as well as from Brazil, China, Germany, Italy, Japan, United States and Portugal.

Progressive web application developed using React, with data collected from a public API using information from Worldometer.

Originally created using Create React App, and later migrated to Next.js.

Available Scripts

In the project directory, you can run:

Run the app in development mode

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes. You may also see any lint errors in the console.

Build the app for production

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

Builds the app for production to the out folder. It correctly bundles Next.js in production mode, as a client application, and optimizes the build for the best performance.

It uses the root path of the domain as default, but you can set a path prefix for the application defining APP_BASE_PATH inside a .env file.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!


Developed with ☕ by Matheus Misumoto in Santos, Brazil