A modern AI-powered note taking application built with Next.js, TypeScript and Tailwind CSS.
- Dashboard layout
- Notes grid interface
- Note cards with preview
- Dynamic routing for notes
- Clean SaaS UI design
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
app/ dashboard/ notes/ settings/
components/ layout/ notes/
Install dependencies:
npm install
Run development server:
npm run dev
Open:
PREVIEW:http://localhost:3000