Skip to content

K0sarr/yt-js-todo-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application

This is a simple Todo List application written in JavaScript. It allows users to add, edit, and delete tasks, while also providing functionality to sort tasks based on their creation time. The application utilizes localStorage to persist user data, ensuring that tasks are saved even after the browser is closed.

image

Features

Add Todo: Users can add new tasks with a content and category. Edit Todo: Edit existing tasks by clicking the "Edit" button and modifying the content. Delete Todo: Remove tasks from the list by clicking the "Delete" button. Sort Todos: Sort tasks based on their creation time in ascending or descending order.

Usage

Clone the repository to your local machine. Open the index.html file in your preferred web browser. Enter your name in the input field to personalize your Todo list. Add new tasks using the form provided. Edit or delete tasks as needed. Use the "Sort" button to reorder tasks based on their creation time.

Getting Started

To integrate this Todo List application into your project, follow these steps:

Include the index.html, style.css, and script.js files in your project directory. Ensure the script.js file is included in your HTML file using the <script> tag. Customize the CSS styles in style.css to match your project's design. Customize and extend the JavaScript functionality as per your requirements. Compatibility This application is designed to work on modern web browsers that support JavaScript and localStorage functionality.

Forked from & Inspired by Tyler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.6%
  • CSS 36.2%
  • HTML 18.2%