Skip to content

mjk22071998/todo_supabase

Repository files navigation

Todo App with Supabase Backend

Overview


This is a Todo app built with Supabase as the backend. The app allows users to create, read, update, and delete todo items.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Features


  • Login User
  • Sign up user
  • Create new todo items
  • View all todo items
  • Update existing todo items
  • Delete todo items
  • Real-time data synchronization using Supabase

Technical Details


  • Frontend: Flutter
  • Backend: Supabase
  • Database: Postgres

Getting Started


Installation

  1. Clone the repository: git clone https://github.com/mjk22071998/todo_supabase
  2. Install dependencies: flutter pub get
  3. Run the app flutter run

Usage


  • Creating a new todo item
  • Viewing all todo items
  • Updating an existing todo item
  • Deleting a todo item

Contributing


Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

Acknowledgments


  • Supabase for providing the backend infrastructure