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.
- 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.
- 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.
To get started, clone the repository and install dependencies.
git clone https://github.com/yourusername/to-do-app.git
cd to-do-app
To download a specific branch without downloading the entire repository:
git clone --branch <branch-name> --single-branch <repository-url>