Skip to content

TheDeepakBhatt/OH24-Web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Item Management System Documentation

Overview

The Todo Item Management System is a web application designed to help users organize their tasks efficiently. It provides basic CRUD (Create, Read, Update, Delete) operations for managing todo items, allowing users to add new tasks, view existing ones, update their status, and delete them. The system aims to create a user-friendly experience for organizing and tracking tasks.

Table of Contents

  1. Getting Started
  2. Features
  3. Theme Switcher
  4. Credits

Getting Started

Installation

To use the Todo Item Management System, simply open the provided HTML file (index.html) in a web browser.

Usage

  1. Adding Todo Items:

    • Enter a task in the input field.
    • Optionally, set a due date using the date input.
    • Click the "Add" button or press Enter.
  2. Viewing Todo Items:

    • The table displays tasks, due dates, statuses, and action buttons.
  3. Updating Todo Items:

    • Click the "Edit" button to modify a task.
    • Click the "Check" button to toggle the completion status.
  4. Deleting Todo Items:

    • Click the "Trash" button to delete a task.
  5. Filtering Todo Items:

    • Use the "Filter" dropdown to view all, pending, or completed tasks.
    • Click the "Delete All" button to clear all tasks.

Features

Adding Todo Items

Adding Todo Items

Viewing Todo Items

Viewing Todo Items

Updating Todo Items

Updating Todo Items

Deleting Todo Items

Deleting Todo Items

Filtering Todo Items

Filtering Todo Items

Theme Switcher

The Todo Item Management System includes a theme switcher with various themes to customize the user interface.

Credits

About

OpenHack 2024 Web Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.4%
  • CSS 25.0%
  • HTML 24.6%