This Android Todo application is developed using Kotlin language and utilizes Firebase Realtime Database for data storage and Firebase Authentication for user authentication. Develop according to Kotlin Official Style Guidelines.
- User Authentication: Users can sign up and log in securely using Firebase Authentication.
- Todo List Management: Users can create, edit, delete, and mark todos as completed.
- Realtime Data Sync: Changes made to the todo list are immediately synchronized across devices in real time.
- User-Friendly Interface: The application features an intuitive user interface for efficient todo management.
- Kotlin
- Firebase Realtime Database
- Firebase Authentication
-
Clone the repository to your local machine:
-
Open the project in Android Studio.
-
Set up Firebase Realtime Database and Authentication in the Firebase Console.
-
Add your Firebase configuration file (
google-services.json
) to theapp
directory of the project. -
Build and run the application on your Android device or emulator.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
Free and Open Source