Yet another look into covid-19 cases inside nepal
covidnepal is just "another try" to look into covidcases inside Nepal. The main purpose of building this one again is to provide reliable, detailed & more informational data inside a same application. It depends on reliable API (after spending months for it) and PWA based (Progressive Web App) meaning it could be installed inside the browser or mobile devices like a native mobile app. By default it uses dark neumorphic design for UI.
- Lists covid-cases by districts & provinces
- Tracks live cases worldwide
- Infinitely loaded covid-19 related news
- Installable on any web browser or smartphone
- Official telegram bot support for alternate updates
- Neumorphic styled design
- Dark mode by default
website > covidnepal.now.sh
telegram bot > t.me/covidnepal_bot
pwa store > progressiveapp.store/pwa/covidnepal
- Node.js
- Yarn Package Manager
- Covid-19 API
- PWA Builder
- Vue : JS Framework
- Ionicons: Font Icons
- Inifinite-Loading: Loading posts infinitely
- Leaflet: Mapping JS Library
- Bootstrap 5: CSS Framework
- Anime: JS Library for Animation
- realfavicongenerator.net
- autoprefixer.github.io
- shields.io
- ionicons.com
- tinypng.com
- metatags.io
- heymeta.com
- fonts.google.com
- vuejs.org
Go to root folder & install the required packages using: yarn install
To compiles & hot-reload for every changes: yarn serve
To compiles & minify for production: yarn build