A simple and user-friendly notes app for remote workspaces.
A simple and user-friendly notes app for remote workspaces with smart labeling and organization.
βββ backend/
β βββ index.ts # Main API server
β βββ database/
β β βββ migrations.ts # Database schema
β β βββ queries.ts # Database operations
β βββ routes/
β βββ notes.ts # Notes API endpoints
βββ frontend/
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
β βββ components/
β β βββ App.tsx # Main app component
β β βββ NotesList.tsx # Notes sidebar
β β βββ NoteEditor.tsx # Note editing area
β β βββ SearchBar.tsx # Search functionality
β βββ style.css # Custom styles
βββ shared/
βββ types.ts # Shared TypeScript types
The app uses: