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

https://github.com/alexadam/fuse-box-labels

A simple tool to document and label fuse boxes
https://github.com/alexadam/fuse-box-labels

documentation documentation-tool electrical-engineering electricity fuse fusebox labels react typescript

Last synced: 7 months ago
JSON representation

A simple tool to document and label fuse boxes

Awesome Lists containing this project

README

          

# Fuse Box Labels

A simple tool to document and label fuse boxes.

## Try it

### [Demo](https://alexadam.github.io/demos/fuse-box-labels/index.html)

## Features

- drag and drop
- import / export as JSON
- save as PDF
- custom colors and labels

## TODO Roadmap

- clean code
- better PDF
- async save + progress indicator
- add more fuses

## How to run

Download or clone this repository, then:

```sh
npm install

npm run dev
```

Open a browser and go to [http://127.0.0.1:3000/](http://127.0.0.1:3000/)