A simple task manager that allows that allows users to add, remove and modify tasks from a list.

Overview

TO-DO LIST

TO-DO LIST is a basic app that allows users to add/remove task from a to-do list.

Built With

  • HTML, CSS, JavaScript,

Live Demo

Live Demo Link

Getting Started

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

Prerequisites

  • Code Editor
  • Git installed

Setup

Clone the repository using git clone https://github.com/ShingiraiBhengesa/to-do-list.git or download the folder and run it in your local server

Author

👤 Shingirai Bhengesa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

You might also like...

A simple todo list app written in javascript and html with basic CSS styling This project makes use of webpack to bundle the code. I implemented 3 functionalities on the this project namely: Add task edit task delete task using Js

My To-Do List A simple todo list app written in javascript and html with basic CSS styling This project makes use of webpack to bundle the code. I imp

Nov 11, 2022

This is a project being built to show the usage of Webpack. It's an application were you are able to add a task to the list, and remove a task from the list

Microverse Project To Do List This is a project being built to show the usage of webpack. Its an application were you are able to add a task to the li

May 6, 2022

This is a simple To-do list built with JavaScript, HTML and CSS. The project uses webpack to bundle JS-modules. Users can add and remove task from the list

This is a simple To-do list built with JavaScript, HTML and CSS. The project uses webpack to bundle JS-modules. Users can add and remove task from the list

This is a simple To-do list built with JavaScript, HTML and CSS. The project uses webpack to bundle JS-modules. Users can add and remove task from the list

Jun 7, 2022

A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them. Made using HTML, CSS and JavaScript.

A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them.  Made using HTML, CSS and JavaScript.

To-Do-List This Webpage is for an app called To-Do-List which helps you add, remove or check tasks you have to do. It is a simple web page which conta

Mar 12, 2022

A simple to do list app built with HTML, CSS and JavaScript. Users can add daily tasks, edit the tasks, delete the tasks when it's done

To Do List This is a website that allows users to manage the tasks. users can add every task to do and when the task is done users can delete the task

Jul 21, 2022

A to-do list app is a productivity tool designed to help users to create and maintain lists of tasks that they need to complete and it allows user to edit their tasks even after the task is saved. Built with CSS, HTML, and JAVASCRIPT.

Tumaini Maganiko 📗 Table of Contents 📗 Table of Contents 📖 To Do List PROJECT 🛠 Built With Tech Stack Key Features 🚀 Live Demo 💻 Getting Started

May 9, 2023

This is a To-Do List. It shows a minimalist design with the next features: Add new tasks, edit tasks, markup completed tasks, and erase all completed tasks. Built with JavaScript.

Project Name To Do List Built With HTML CSS JavaScript Live Demo To do List Live Demo Link Getting Started This is a To Do List. It shows a minimalist

Jun 9, 2022

A to-do list Web application that lets the user add, remove and reorder to do lists and checks a task when completed with a button to delete all completed task

TO DO LISTS A Web application that lets the user add, remove and reorder to do lists Built With Html,JS,CSS Webpack and other dependencies Git, Github

Nov 1, 2022
Comments
  • peer to peer code review

    peer to peer code review

    @rega1237 Good Work on making your project!

    @gedewon Good work, tries to avoid global values in your project because they could be easily overwritten or change in the values somewhere else which makes it hard to debug.

    opened by rega1237 0
  • Interactive lists

    Interactive lists

    In this branch, I added the following functionalities

    • [ ] Added event listeners to the checkbox.
    • [ ] Added function clear in list_functions.js to clear all completed tasks in the array.
    opened by ShingiraiBhengesa 0
  • Add remove tasks

    Add remove tasks

    In this branch, I made the following changes.

    • [ ] Removed all hardcoded items from the tasks array.
    • [ ] Created a new JavaScript file for the new functionality.
    • [ ] implement a function for adding a new task.
    • [ ] implement a function for deleting a task.
    • [ ] implement a function for editing task descriptions.
    • [ ] By default new tasks have the property completed set to false and the property index set to the value of the new array length.
    • [ ] Deleting a task should update all remaining items' indexes, so they represent the current list order and are unique.
    • [ ] All changes to the To-Do List are saved in local storage.
    opened by ShingiraiBhengesa 0
  • Add and remove tasks

    Add and remove tasks

    In this branch, I made the following changes.

    • [ ] Removed all hardcoded items from the tasks array.
    • [ ] Created a new JavaScript file for the new functionality.
    • [ ] implement a function for adding a new task.
    • [ ] implement a function for deleting a task.
    • [ ] implement a function for editing task descriptions.
    • [ ] By default new tasks have the property completed set to false and the property index set to the value of the new array length.
    • [ ] Deleting a task should update all remaining items' indexes, so they represent the current list order and are unique.
    • [ ] All changes to the To-Do List are saved in local storage.
    opened by ShingiraiBhengesa 0
Owner
Shingirai Bhengesa
Full-Stack Software Developer with a love for Javascript and React. Always open to new opportunities.
Shingirai Bhengesa
Satyam Sharma 3 Jul 8, 2022
To Do list is a small but useful project to make list app , you can add tasks delete tasks and modify tasks, the project built using HTML, CSS, JavaScript

Project Name The To-Do-List app description this is a project in the second week of the second module in microverse. its a useful to do list that save

Alzubair Alqaraghuli 5 Jul 25, 2022
This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology namely; JavaScript with webpack Configuration.

To-do-list "To-do-list" is a simple web application that displays a list of task and allows you to add and remove task from that list. Built With HTML

Aniekan udo 10 Nov 21, 2022
This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list

This "To-do-list" app is a simple web application that displays a list of task and allows you to add and remove task from that list. it is built with the latest technology including but not limited to HTML, CSS, JavaScript and webpack to manipulate DOM.

Jerry Owusu 2 Feb 19, 2022
"To Do List" is a minimalist project that displays a list of task and allows you to add and remove task from that list. Built with JavaScript

To Do List Structure Solo programming project for module 2 week 2 of the Microverse Program. Live Demo Live Demo Link "To Do List" is a minimalist pro

Yersel Hurtado 7 Mar 5, 2022
This project will be a basic website that allows users to add/remove books from a list. The main objective is to understand how to use JavaScript objects and arrays and dynamically modify the DOM and add basic events.

Awesome-books Awesome Books This project will be a basic website that allows users to add/remove books from a list. This project is part of the Microv

Aleksandra Ujvari 10 Oct 3, 2022
zieeco 12 Jul 8, 2022
To-Do List project is the application for a to-do list, users can add and remove tasks from the to-do list. Mark tasks as completed.

To Do App To-Do List project is the application for a to-do list, users can add and remove tasks from the to-do list. Mark tasks as completed. Users c

Ishpaul Singh 6 Jul 21, 2022
A simple JS To Do List bundled using Webpack. You can add new tasks, edit existing tasks, check completed tasks, and delete tasks from the list. It is built mainly with Javascript.

To-Do-List A simple HTML list of To Do built using webpack and served by a webpack dev server. Live Link See Demo Built With HTML, CSS, Javascript To

Michael Ugochukwu 3 May 10, 2022