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)