A modern web application for visualizing and organizing thoughts and ideas.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
thoughtmap/
├── app/ # Next.js app directory
├── components/ # React components
├── lib/ # Utility functions
├── public/ # Static assets
└── styles/ # Global styles
- Next.js 14 - React framework
- TypeScript - Type safety
- React 18 - UI library
MIT