GatorDo is a Todo app built with Vite, React, and Supabase, and deployed on Netlify.
It was designed as a lightweight project to practice full-stack app development with authentication, a database, and deployment tools.
- Add, edit, delete todos
- Track status: incomplete, in progress, or completed
- Inline editing of tasks
- Fun 🐊 emoji confetti when marking a task complete
- Auth:
- Magic link login (email OTP)
- Guest mode (anonymous)