Admin Dashboard

DEMO

This project was built using:

The data was fetched from https://covid19.mathdro.id/api (Global Data) and https://apicovid19indonesia-v2.vercel.app/api/ (Indonesia) .

Installation

Download or Clone this repository:

git clone https://github.com/hydego17/proto-dashboard.git <your_folder_name>

Install all the dependencies (Next, React and React-DOM are essentials)

npm install

# or

yarn

Run this App:

npm run dev

# or

yarn dev

Go to http://localhost:3000/.