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

https://github.com/jsulpis/metronome

Metronome web application with a modern UI
https://github.com/jsulpis/metronome

Last synced: about 1 year ago
JSON representation

Metronome web application with a modern UI

Awesome Lists containing this project

README

          



Metronome


Online metronome application with a modern UI

[![CI](https://github.com/jsulpis/metronome/actions/workflows/build.yml/badge.svg)](https://github.com/jsulpis/metronome/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jsulpis_metronome&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jsulpis_metronome)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jsulpis_metronome&metric=coverage)](https://sonarcloud.io/summary/new_code?id=jsulpis_metronome)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)


Application mockups

## What is this ?

This app is an attempt to make a good-looking but functional metronome application on the web.
It is a PWA so you can install it on your device (which is how it is intended to be used).

Feel free to open an issue if you have any suggestion or if you find a bug.

## Local development

### Installation

Clone the repo, then :

```shell
pnpm i # If you don't have pnpm installed, run: npm i -g pnpm
```

### Development

Serve with hot reload at http://localhost:3000

```
pnpm dev
```

### Build

```
pnpm build
```

## License

Released under the [GPL-3.0](https://github.com/jsulpis/metronome/blob/main/LICENSE) license.