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

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.

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!