NeuroNotes is an intelligent note-taking application that leverages AI to help you organize, categorize, and search through your notes effortlessly. Built with Next.js and TypeScript for a fast, modern experience.
- π€ AI-Powered β Smart categorization and content suggestions
- π Intelligent Search β Find notes by context, not just keywords
- π Rich Editor β Full-featured text editor with markdown support
- π·οΈ Auto-Tagging β Automatic categorization of notes
- π± Responsive β Works on desktop, tablet, and mobile
- β‘ Fast β Built with Next.js for optimal performance
| Layer | Technology |
|---|---|
| Framework | Next.js 14 |
| Language | TypeScript |
| Styling | Tailwind CSS |
| AI | OpenAI API |
| State | React Hooks |
# Clone the repository
git clone https://github.com/foxnaim/NeuroNotes.git
cd NeuroNotes
# Install dependencies
yarn install
# Set up environment variables
cp .env.example .env.local
# Start development server
yarn devOpen http://localhost:3000 in your browser.
src/
βββ app/ # Next.js app router pages
βββ components/ # Reusable UI components
βββ lib/ # Utility functions & AI integration
βββ styles/ # Global styles
MIT Β© foxnaim