# StackSense Mind Mapper A simple, fast, and beautiful mind mapping tool built for developers during the Hack Club Summer of Making. ## 🚀 Try It Out! * **Live Demo:** [stacksense-black.vercel.app](https://stacksense-black.vercel.app/) * **Project Devlogs:** [See my progress on Hack Club](https://summer.hackclub.com/projects/7327) ## Instructions * Double-Click in empty space to create new node * After selecting a node or edge, click "Backspace" to delete it. * Double Clicking the node let's you edit the label of node # What Next? -[ ] Change color of nodes -[ ] Link with Kanban Boards ... and much more ## ✨ Features * **Dynamic Node Creation:** Double-click anywhere on the canvas to create a new idea. * **Inline Editing:** Double-click any node to instantly edit its text. * **Flexible Connections:** Connect any side of a node to any other. * **Sleek Dark Mode:** A developer-friendly theme that's easy on the eyes. ## 🛠️ Tech Stack * **React** * **React Flow** * **Vercel** for deployment ## 💻 Running Locally 1. **Clone the repository:** ```bash git clone https://github.com/chishxd/stacksense ``` 2. **Navigate to the project directory:** ```bash cd stacksense ``` 3. **Install dependencies:** ```bash npm install ``` 4. **Start the development server:** ```bash npm start ``` --- Built with ❤️ for the [Hack Club Summer of Making](https://summer.hackclub.com/).