/Covid-19_Stats

Graph Representing average number of cases, recoveries and deaths due to covid-19 in India in a day

Primary LanguagePython

Covid-19 India Stats

Creating Graphs using HighCharts and JustPy.

Overview 🚀:

Graph Representing average number of cases, recoveries and deaths due to covid-19 in India in a day.

Libraries Used 📋:

  • justpy
  • Pandas
  • HighCharts
  • How To Use 🔧

    From your command line, first clone Covid-19_Stats:

    # Clone this repository
    $ git clone https://github.com/ParagD25/Covid-19_Stats

    # Go into the repository
    $ cd Covid-19_Stats

    # Remove current origin repository
    $ git remote remove origin

    Then you can install the dependencies either using NPM or Yarn:

    Using NPM:

    # Install dependencies
    $ npm install

    # Start development server
    $ npm start

    Once your server has started, go to this url http://localhost:8000/ and you will see the website running on a Development Server:

    Covid-19

    Screenshots

    Covid Growth Rate

    Covid-19

    Recovery Rate

    Covid-19

    Death Rate

    Covid-19

    Reading Data

    Covid-19

    Contributing

    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.