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)