An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# TaskTrack

# Preview
![Preview](/att-gora-app.jpeg)

# 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.