DEV Community

Sripadh Sujith
Sripadh Sujith

Posted on

๐Ÿš€ Building My First Full-Stack Todo App with React + Supabase โš›๏ธ

Access link: https://sripadh.netlify.app

๐Ÿ› ๏ธ Tech Stack

Frontend: React Js โš›๏ธ
Backend: Supabase
Hosting: Netlify
Auth: Google OAuth via supabase

โœจ Features

  • Google Sign-In with Supabase Auth
  • Add, edit, delete todos (CRUD)
  • User-specific todo lists (secure and scoped)
  • Mobile-responsive UI with clean CSS
  • Protected routes without React hooks

๐Ÿ” What I Focused On

  • Keeping the code minimal and explicit โ€” no magic, just clear logic
  • Handling auth and route protection without hooks or async/await
  • Making sure the app works well on mobile devices
  • Deploying securely with hidden API keys and source code protection

Try it out: https://sripadh.netlify.app

Top comments (0)