https://github.com/yosephdev/tasktrack
An assignment where I had to develop a "To Do" application using JavaScript, and then present the data via an HTML page. Applied Tailwind CSS to get a nice design on my application.
https://github.com/yosephdev/tasktrack
Last synced: 2 months ago
JSON representation
An assignment where I had to develop a "To Do" application using JavaScript, and then present the data via an HTML page. Applied Tailwind CSS to get a nice design on my application.
- Host: GitHub
- URL: https://github.com/yosephdev/tasktrack
- Owner: yosephdev
- Created: 2022-01-27T10:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T06:59:28.000Z (over 2 years ago)
- Last Synced: 2025-09-12T12:01:58.946Z (9 months ago)
- Language: HTML
- Homepage: https://yosephdev.github.io/TaskTrack/
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskTrack
# Preview

# Introduction
This is a simple "To-do" web application that allows users to create, edit, and delete tasks. The application has two main lists: the "To-do" list and the "Completed" list.
# Features
#### Users can create new tasks by entering a task description and clicking the "Add" button.
#### Users can edit a task's description by clicking the "Edit" button next to the task.
#### Users can mark a task as completed by clicking the "Done" button next to the task, which will move it to the "Completed" list.
#### Users can delete a task by clicking the "Delete" button next to the task.
#### Users can also edit and delete tasks in the "Completed" list.
# Requirements
#### HTML
#### CSS
#### JavaScript
# Usage
To use the application, simply open the index.html file in your web browser. Once the page is loaded, you can start creating and managing your tasks.
# Credits
This application was created as a project for a web development course.
# License
This project is licensed under the MIT License - see the LICENSE file for details.