A dashboard application for tracking Covid-19 statistics and population data.
Check out the live demo here.
The Covid-19 and Population Dashboard is a web application designed to provide users with real-time information about Covid-19 cases, deaths, and recoveries worldwide. In addition to Covid-19 statistics, the dashboard also offers population data for different countries.
- Country Selection: Users can select a country from the dropdown menu to view Covid-19 statistics and population data for that country.
- Date Range Selection: Users can choose a date range to view historical Covid-19 data within that period.
- Interactive Charts: The dashboard includes interactive charts (line chart and pie chart) for visualizing Covid-19 statistics over time.
- Responsive Design: The application is designed to be responsive and work seamlessly across various devices and screen sizes.
To get a local copy up and running follow these simple steps.
- Node.js
- npm
- Clone the repo
git clone https://github.com/ashishmisal23/Covid-Dashboard.git
- Install NPM packages
npm install
- Start the development server
npm start
- Open your browser and navigate to
http://localhost:3000
to view the dashboard.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Ashish Misal - ashishmisal23@gmail.com
Project Link: https://github.com/ashishmisal23/Covid-Dashboard