Skip to content

Welcome to our Todo List project repository! This is a JavaScript implementation of a simple, yet powerful Todo List application, with a user interface created using HTML, CSS. In this project, we aimed to create an easy-to-use and customizable task management tool that is accessible to users of all levels.

Notifications You must be signed in to change notification settings

CodeStudio-Content/To-Do-List-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do-List-JavaScript

chrome-capture-2023-1-26 (1)

About The Project

The To-Do List project is a simple web application that allows users to create and manage a list of tasks they need to complete. With a clean and intuitive interface, users can quickly add, edit, and delete tasks, as well as mark tasks as complete. This project is built with JavaScript and is a great example of a basic web application using DOM manipulation and event listeners.

Blog

Check out our project blog post for more information on the development process and our thoughts on the To Do List project:

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

To run this application locally, you need to clone this repository to your local machine. You can do this by running the following command in your terminal:

  1. Clone the repo https://github.com/CodeStudio-Content/To-Do-List-JavaScript.git
  2. cd To-Do-List-JavaScript

Usage

  • Open the index.html file in your browser

1. Adding a task

To add a task to the to-do list, simply enter the task description in the input field at the top of the page and press the "Add" button. The task will be added to the list.

2. Updating a task

To update a task, click on the task you want to update. This will open a modal window where you can edit the task description. Once you have made your changes, click the "Save" button to update the task.

3. Completing a task

To mark a task as complete, simply click the checkbox next to the task description. The task will be crossed out to indicate that it has been completed.

4. Deleting a task

To delete a task, click the "Delete" button next to the task you want to delete. This will remove the task from the to-do list.

Requirements

  • HTML
  • CSS
  • Javascript

Files

  • index.html : This is the main file that contains the html code for the To-Do List.
  • style.css : This file contains the styling for the To-Do List.
  • script.js : This file contains the logic for the To-Do List, including adding, editing, and deleting tasks, and filtering the task list.

About

Welcome to our Todo List project repository! This is a JavaScript implementation of a simple, yet powerful Todo List application, with a user interface created using HTML, CSS. In this project, we aimed to create an easy-to-use and customizable task management tool that is accessible to users of all levels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •