Skip to content

Commit 59652a7

Browse files
authored
Update README.md
1 parent 97b437c commit 59652a7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
##Flutter To-Do App with Firebase
1+
## Flutter To-Do App with Firebase
22

33

44
This repository contains a simple Flutter to-do app that utilizes Firebase for backend services. The app allows users to create, manage, and organize their to-do tasks seamlessly. Firebase is integrated for real-time data synchronization, authentication, and cloud storage.
55

66

7-
s
8-
Features
9-
User Authentication: The app supports user registration and authentication using Firebase Authentication.
10-
Real-time Data Sync: To-do tasks are synchronized in real-time across multiple devices.
11-
Add and Edit Tasks: Users can add new tasks and edit existing ones with ease.
12-
Mark as Complete: Tasks can be marked as complete, and the app provides a visual indication for completed tasks.
13-
Delete Tasks: Users can delete tasks they no longer need.
14-
Task Categories: Tasks can be organized into different categories or projects.
7+
# Features
8+
9+
. User Authentication: The app supports user registration and authentication using Firebase Authentication.
10+
. Real-time Data Sync: To-do tasks are synchronized in real-time across multiple devices.
11+
. Add and Edit Tasks: Users can add new tasks and edit existing ones with ease.
12+
. Mark as Complete: Tasks can be marked as complete, and the app provides a visual indication for completed tasks.
13+
. Delete Tasks: Users can delete tasks they no longer need.
14+
. Task Categories: Tasks can be organized into different categories or projects.

0 commit comments

Comments
 (0)