Skip to content

Interactive To-Do App: A dynamic task management application featuring real-time clock integration, dark mode toggle, and task manipulation functionalities, built with HTML, CSS, and JavaScript

Notifications You must be signed in to change notification settings

Vaishnavi-M-1909/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 Interactive To-Do App

An intuitive and dynamic task management application designed to help users efficiently organize their daily activities.

 Features

- Real-Time Clock Integration: Displays the current time in IST, updating every second.
- Dark Mode Toggle: Allows users to switch between light and dark themes for optimal viewing.
- Task Management:
  - Add new tasks with ease.
  - Mark tasks as completed.
  - Edit existing tasks.
  - Delete tasks when no longer needed.
  - Reorder tasks using move-up and move-down functionalities.

Demo image image

Installation

  1. Clone the Repository:

    git clone https://github.com/Vaishnavi-M-1909/to-do-list
  2. Navigate to the Project Directory:

    cd to-do-list
  3. Open index.html in Your Preferred Web Browser.

Usage

  • Add a Task: Enter the task description in the input field and click the "Add" button.
  • Complete a Task: Click the ✔️ button to mark a task as completed.
  • Edit a Task: Click the ✏️ button to edit the task description.
  • Delete a Task: Click the 🗑️ button to remove the task.
  • Reorder Tasks: Use the ⬆️ and ⬇️ buttons to move tasks up or down the list.
  • Toggle Dark Mode: Click the 🌙/☀️ button to switch between light and dark themes.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the Repository.

  2. Create a New Branch:

    git checkout -b feature/your-feature-name
  3. Commit Your Changes:

    git commit -m 'Add your feature'
  4. Push to the Branch:

    git push origin feature/your-feature-name
  5. Open a Pull Request.

About

Interactive To-Do App: A dynamic task management application featuring real-time clock integration, dark mode toggle, and task manipulation functionalities, built with HTML, CSS, and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published