Skip to content

ratikantPradhan/Todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is a README file based on the provided HTML code:

Advanced Daily Todo List

A web-based daily todo list application built with HTML, CSS, and JavaScript.

Features

  • Add tasks with title, due date, category, priority, and subtasks
  • Filter tasks by category, priority, and status
  • Search tasks by title
  • Edit tasks
  • Delete tasks
  • Progress bar to track completed tasks
  • Dark mode toggle

How it Works

  1. Users can add tasks by filling out the form at the top of the page.
  2. Tasks are displayed in a list below the form, with options to edit or delete each task.
  3. Users can filter tasks by category, priority, or status using the dropdown menus.
  4. Users can search tasks by title using the search input field.
  5. The progress bar at the top of the page tracks the number of completed tasks.

Code Structure

The code is structured into the following sections:

  • index.html: The main HTML file that contains the application's UI and functionality.
  • script.js: The JavaScript file that contains the application's logic and event handlers.
  • styles.css: The CSS file that contains the application's styles and layout.

Dependencies

  • Tailwind CSS: A utility-first CSS framework used for styling and layout.
  • SortableJS: A JavaScript library used for sorting and dragging tasks.

Installation

  1. Clone the repository to your local machine.
  2. Open the index.html file in a web browser to run the application.

License

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

Contributing

Contributions are welcome! Please submit a pull request with your changes and a brief description of what you've added or fixed.

Acknowledgments

About

A web-based todo list application built with HTML, Tailwind CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published