Skip to content

manojmadduri/daily-task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daily Task Tracker

A simple web application to track your daily tasks.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Save tasks locally using localStorage

Demo

Check out the live demo: Daily Task Tracker

Installation

  1. Clone the repository:

    git clone https://github.com/manojmadduri/daily-task-tracker.git
    cd daily-task-tracker
  2. Open index.html in your browser to use the application.

Usage

  1. Add a Task:

    • Enter the task in the input field.
    • Click the "Add Task" button to add the task to the list.
  2. Mark Task as Completed:

    • Click the "✔️" button next to the task to mark it as completed.
    • Completed tasks will have a strikethrough effect.
  3. Delete a Task:

    • Click the "❌" button next to the task to delete it from the list.

Contributing

Feel free to fork this repository and submit pull requests. Contributions are welcome!

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/your-feature-name)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature-name)
  5. Open a pull request

License

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

Acknowledgements

Special thanks to the creators of the tools and libraries used in this project:

  • HTML, CSS, and JavaScript for the core functionality
  • Font Awesome for the icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published