An open API service indexing awesome lists of open source software.

https://github.com/ekaone/next-c19

🩺 😷 Simple app Covid-19 information
https://github.com/ekaone/next-c19

api cache covid-19 mutate nextjs reactjs rest-api revalidate swr

Last synced: 2 months ago
JSON representation

🩺 😷 Simple app Covid-19 information

Awesome Lists containing this project

README

          

# This is Demo App for Covid-19

## Getting resources

- 📍 [API - Global from Mathdro](https://covid19.mathdro.id/api)
- 📍 [API - Indonesia from Dekontaminasi](https://dekontaminasi.com/)
- 📍 [Data fetching SWR](https://swr.vercel.app/)
- 📍 [Data fetching React-Query](https://react-query.tanstack.com/)
- 📍 [Framework Next.js](https://nextjs.org/)
- 📍 [Design system Chakra-UI](https://chakra-ui.com/)
- 📍 [HTTP Cache-Control Extensions for Stale Content](https://tools.ietf.org/html/rfc5861)

## Best approach

Target for this app is to create a `data-driven` approach enables companies to examine and organise their data with the goal of better serving their customers and consumers.

## Usage

> 🚩 Hint: Please open with your desktop browser, it's not design for mobile responsive

🌐 Live [demo](https://next-c19.ekaone.vercel.app/)

The data API taken from [API - Global from Mathdro](https://covid19.mathdro.id/api)
```
$ git clone https://github.com/ekaone/Next-c19.git
$ cd Next-c19
$ npm install
$ npm run dev
```

open in your browser and point to `http://localhost:3000/`

## Author

✔ Eka Prasetia 🤵


Blog


Twitter


Email

✔ Collection my App

👉🛠 Find example all my [Scratch App](https://github.com/ekaone)

✔ Community

I am author for three communities in Indonesia

- GatsbyJS Indonesia [Gatsby-ID](https://gatsbyjs.id)
- RedwoodJS Indonesia [Redwood-ID](https://redwoodjs.id)
- NextJS Indonesia [Next.js-ID](https://github.com/NextJS-Indonesia)