A project that shows live COVID19 datas on charts,maps and developed with React.
$ git clone https://github.com/fthaksu/covidportal.git
Install the all using packages with npm.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
- Shows total confirmed, recovered and death COVID-19 cases by country
- Shows daily statistics for every country and world
- Shows statistics in detail graphs for every country
- Total data for COVID
- Charts
- Map
- Supports Turkish and English languages (based on browser language)
- Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- React - A JavaScript library for building user interfaces.
- Fork the project
- Create your branch (
git checkout -b feature/featureName
) - Commit your changes (
git commit -m 'Short details about the change'
) - Push to the branch (
git push origin feature/featureName
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details
- This application uses the data provided by Novel COVID API and Covid19 API
- Turkey specific data provided by Covid19 Turkey API