RoomSync is a collaborative todo list application designed to help roommates stay organized and in sync. The app allows users to create, share, and manage todo lists with anyone, anywhere. note: RoomSync was developed in 5 hours, so it is very scrappy!!!
- User authentication with Clerk
- Create and join todo lists using unique short IDs
- Real-time collaboration on shared todo lists
- Add, toggle, and manage todo items
- Responsive design for desktop and mobile use
- Next.js 14 with App Router
- TypeScript
- Clerk for authentication
- Drizzle ORM with PostgreSQL for database management
- Vercel for deployment
The application is deployed on Vercel. You can access the live version at room-sync.vercel.app.
RoomSync is a web application that enables users to create and collaborate on shared todo lists. It's particularly useful for roommates or teams who need to coordinate tasks and stay organized together.
Approximately 5 hours were spent developing this project.