Skip to content

cindyyy11/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

To-Do App

A simple to-do application to help users organize tasks. There are two versions of the app: one with a Kanban feature and one without it. You can switch between the two branches to use the desired version.

Features

Version with Kanban (Kanban Branch)

image

  • Kanban Board: Organize tasks into columns such as To-Do, In Progress, and Done.
  • Drag and Drop: Move tasks between different columns.
  • Task Management: Add, edit, and delete tasks within each column.
  • Task Completion: Mark tasks as complete and move them to the "Done" column.

Version without Kanban (Main Branch)

image

  • Basic Task List: A simpler to-do list view with task creation and completion functionality.
  • Task Management: Add, edit, and delete tasks.
  • Task Completion: Mark tasks as completed with a checkbox.

Installation

To get started, clone the repository and install dependencies.

Clone the Repository

git clone https://github.com/yourusername/to-do-app.git
cd to-do-app

Clone a Single Branch

To download a specific branch without downloading the entire repository:

git clone --branch <branch-name> --single-branch <repository-url>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published