A real-time, collaborative notes application built with React, TanStack Router, and Supabase.
- Workspaces: Organize your notes into separate workspaces.
- Notebooks: Group related notes together in notebooks.
- Real-Time Collaboration: See changes from other users in real-time.
- CRUD Operations: Full Create, Read, Update, and Delete functionality for workspaces, notebooks, and notes.
- Public Access: No login required, all data is public.
To run this application locally:
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
- Frontend: React
- Routing: TanStack Router
- Backend: Supabase
- Styling: Tailwind CSS
- UI Components: Shadcn