Skip to content

A simple To-Do List app that uses Firebase Realtime Database to store and manage tasks. Users can add tasks, view them in real-time, and delete tasks by clicking on them. The app automatically syncs the list across all users in real-time.

Notifications You must be signed in to change notification settings

guptakushal03/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

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.


Features

  • 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.

Technologies Used

  • 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.

How it Works

  1. 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.

  2. Delete Tasks: Click on any task in the list to remove it from the Firebase database.

  3. Real-time Sync: The list automatically updates in real-time when a task is added or removed.


Contributing

Feel free to fork the repository, make improvements, or report any issues.


License

This project is open-source and available under the MIT License.

About

A simple To-Do List app that uses Firebase Realtime Database to store and manage tasks. Users can add tasks, view them in real-time, and delete tasks by clicking on them. The app automatically syncs the list across all users in real-time.

Topics

Resources

Stars

Watchers

Forks