Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

This is a simple Todo List app built with JavaScript and Firebase Realtime Database. The app allows users to add, edit, delete, and filter tasks. The app data is stored in the Firebase Realtime Database.

Demo

You can find a live demo of the app here.

Features

  • Add a new task
  • Edit an existing task
  • Delete a task
  • Filter tasks by status (all, active, or completed)
  • Mark a task as completed
  • Show the time elapsed since a task was created or completed

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Firebase Realtime Database

Getting Started

To get started with the app, you will need to do the following:

  1. Clone this repository to your local machine:

bashCopy code

git clone https://github.com/your-username/todo-list-app.git

  1. Open the index.html file in your web browser.

  2. Use the app to add, edit, delete, and filter tasks.

Contributing

Contributions are welcome! To contribute to the project, follow these steps:

  1. Fork this repository.

  2. Create a new branch:

bashCopy code

git checkout -b my-new-feature

  1. Make your changes and commit them:

bashCopy code

git commit -am 'Add some feature'

  1. Push your changes to your fork:

bashCopy code

git push origin my-new-feature

  1. Create a new pull request.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages