Todo App
Full-Stack Task Management Application



This is a full-stack task management application built with Next.js and Supabase. The app allows users to securely authenticate, manage their own tasks, and interact with a persistent database. It focuses on clean UI, responsive design.
Tech Stack
Next.js - React - TypeScript - Tailwind CSS
Supabase (PostgreSQL)
Vercel
A key challenge was configuring NextAuth providers and managing authentication consistently across both client-side and server-side environments, which required proper session handling and protected route logic.