https://github.com/tobisamcode/covid-tracker
A simple web application that find maps and tracking cases, deaths, and trends of COVID-19 in the world and it is updated daily by 8 pm, API by covid19api.com. Technologies used are Vue, Tailwindcss
https://github.com/tobisamcode/covid-tracker
vue
Last synced: 6 months ago
JSON representation
A simple web application that find maps and tracking cases, deaths, and trends of COVID-19 in the world and it is updated daily by 8 pm, API by covid19api.com. Technologies used are Vue, Tailwindcss
- Host: GitHub
- URL: https://github.com/tobisamcode/covid-tracker
- Owner: tobisamcode
- Created: 2021-07-01T22:19:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T01:43:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T08:19:23.117Z (about 1 year ago)
- Topics: vue
- Language: Vue
- Homepage: https://covid-tracker-ochre.vercel.app/
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-covid-tracker
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).