Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 939 Bytes

Covid tracker using incremental site regeneration with NextJs and TailwindCss

A Covid tracker Application using incremental site regeneration with NextJs and TailwindCss. DEMO Here

Description

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

Getting Started

Installing

  • Clone this repository
git clone <this repository>
  • run the following command to install dependencies:
npm install

Executing program

  • Run the following command :
npm run dev