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
- Host: GitHub
- URL: https://github.com/ekaone/next-c19
- Owner: ekaone
- Created: 2020-11-04T13:15:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T14:05:48.000Z (over 5 years ago)
- Last Synced: 2025-09-09T00:34:08.294Z (9 months ago)
- Topics: api, cache, covid-19, mutate, nextjs, reactjs, rest-api, revalidate, swr
- Language: JavaScript
- Homepage: https://next-c19.ekaone.vercel.app/
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🤵
✔ 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)