A Covid tracker Application using incremental site regeneration with NextJs and TailwindCss. DEMO Here
This is a NextJs App that generates static page (or almost) that overviews Covid data, the site regenerates every 4 hours using Incremental Static Regeneration from NextJs.
- Data source : disease.sh - Open Disease Data API
- Design template was totally inspired from dashlite template on dribbble
- Charts and Globe were made using D3js, sample on ObservableHq
- Clone this repository
git clone <this repository>
- run the following command to install dependencies:
npm install
- Run the following command :
npm run dev