meathead
Version:
ZUI Mind Map
69 lines (42 loc) • 1.59 kB
Markdown
# Meathead
A zoomable user interface (ZUI) mind map application built with vanilla JavaScript.
## Features
- **Interactive Mind Mapping**: Create and organize nodes with connections
- **Zoomable Interface**: Pan and zoom to navigate your mind map
- **Dark/Light Mode**: Toggle between dark and light themes
- **Visual Connections**: SVG-based connections between nodes
- **Grid Background**: Visual grid for better spatial awareness
- **Drag & Drop**: Intuitive drag-and-drop interface for organizing nodes
## Demo
Visit the live demo at [https://catpea.github.io/meathead](https://catpea.github.io/meathead)
## Installation
```bash
npm install meathead
```
## Development
Clone the repository and start a local server:
```bash
git clone https://github.com/catpea/meathead.git
cd meathead
npm install
npm run server
```
This will start a local HTTP server and open the application in your browser.
## Usage
Open `index.html` in a web browser or use the npm script:
```bash
npm run server
```
## Scripts
- `npm run server` - Start a local development server with hot reload
- `npm run save` - Commit changes, bump version, publish to npm, and push to git
## Repository
[https://github.com/catpea/meathead](https://github.com/catpea/meathead)
## Issues
Report bugs and issues at [https://github.com/catpea/meathead/issues](https://github.com/catpea/meathead/issues)
## Author
**catpea** - [https://github.com/catpea](https://github.com/catpea)
## Support
Support this project: [https://github.com/sponsors/catpea](https://github.com/sponsors/catpea)
## License
MIT