This is a Todo app built with Supabase as the backend. The app allows users to create, read, update, and delete todo items.
- 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
- Frontend: Flutter
- Backend: Supabase
- Database: Postgres
- Clone the repository:
git clone https://github.com/mjk22071998/todo_supabase
- Install dependencies:
flutter pub get
- Run the app
flutter run
- Creating a new todo item
- Viewing all todo items
- Updating an existing todo item
- Deleting a todo item
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
- Supabase for providing the backend infrastructure