Skip to content

Latest commit

 

History

History
177 lines (132 loc) · 6.5 KB

README.md

File metadata and controls

177 lines (132 loc) · 6.5 KB

Contributors Forks Issues Stargazers Watchers Followers Repository HitCount Website MIT License LinkedIn


Logo

COVID-19 Tracker

Track different states of countries all over the world
Explore the project »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

COVID-19 Screen Shot

This COVID-19 tracker web-app will track COVID-19 new cases, recoveries, and deaths. It will also visualize the historical statistical data using graphs and world map.

Of course, no one applicaton will serve all problems since your needs may be different. So I'll be adding more features and options in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.

Built With

Getting Started

follow following instruction to get started

Prerequisites

npm install npm@latest -g
  • create-react-app
    Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-app

Installation

  1. Clone the repo
git clonehttps://github.com/JasbirCodeSpace/Covid-19-Tracker.git
  1. Install NPM packages
npm install
  1. Run the application
npm start

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Jasbir - jasbir-shikhawat - [email protected]

Project Link: https://github.com/JasbirCodeSpace/Covid-19-Tracker

Live Application Link: https://covid-19-tracker-b4dda.web.app/

Acknowledgements