This is a simple To-Do List app that uses Firebase Realtime Database to store and manage tasks. Users can add new tasks, and once they are added, they can also delete them by clicking on the task. The app automatically updates in real-time as tasks are added or removed.
- Add tasks: Enter a task and click "Add" to add it to the list.
- Real-time updates: The list is updated in real-time across all clients.
- Delete tasks: Click on a task to delete it from the list.
- Firebase Realtime Database: Tasks are stored and synced using Firebase.
- Firebase: For real-time database integration and task storage.
- HTML, CSS, JavaScript: For building the front-end and connecting to Firebase.
- Firebase Realtime Database: For storing and syncing tasks in real-time.
-
Add Tasks: Enter a task in the input field and click Add. This pushes the task to Firebase, where it is stored in the database.
-
Delete Tasks: Click on any task in the list to remove it from the Firebase database.
-
Real-time Sync: The list automatically updates in real-time when a task is added or removed.
Feel free to fork the repository, make improvements, or report any issues.
This project is open-source and available under the MIT License.