https://github.com/francescopeluso/pwa-mobprog
PWA demo project as seen at Mobile Programming lectures.
https://github.com/francescopeluso/pwa-mobprog
js pwa serviceworker
Last synced: about 1 year ago
JSON representation
PWA demo project as seen at Mobile Programming lectures.
- Host: GitHub
- URL: https://github.com/francescopeluso/pwa-mobprog
- Owner: francescopeluso
- Created: 2025-03-26T11:38:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:50:52.000Z (about 1 year ago)
- Last Synced: 2025-03-26T12:33:57.856Z (about 1 year ago)
- Topics: js, pwa, serviceworker
- Language: JavaScript
- Homepage: https://francescopeluso.github.io/PWA-MobProg/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Converter 🌡️
This is a **Progressive Web App (PWA)** that allows users to quickly convert temperatures between Celsius, Fahrenheit, and Kelvin. It works **offline** thanks to a service worker.
## Features
- Convert between **Celsius, Fahrenheit, and Kelvin**
- **Offline support** using a service worker
- **Installable** on mobile and desktop devices
- **Fast and lightweight**
## How to Use
1. Enter a temperature value.
2. Select the input and output units.
3. Get the converted result instantly!
4. (Optional) Install the PWA for quick access.
## Installation & Development
1. Clone the repository:
```sh
git clone https://github.com/francescopeluso/PWA-MobProg.git
cd PWA-MobProg
```
2. Start the app locally:
```sh
npx http-server
```
2. Open in your browser and start converting!