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
- Host: GitHub
- URL: https://github.com/alexadam/fuse-box-labels
- Owner: alexadam
- License: apache-2.0
- Created: 2023-01-14T16:18:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T05:56:21.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:16:36.778Z (9 months ago)
- Topics: documentation, documentation-tool, electrical-engineering, electricity, fuse, fusebox, labels, react, typescript
- Language: TypeScript
- Homepage: https://alexadam.github.io/demos/fuse-box-labels/index.html
- Size: 1.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installnpm run dev
```Open a browser and go to [http://127.0.0.1:3000/](http://127.0.0.1:3000/)