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.

Overview

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 get a local copy up and running follow these simple example steps.

  1. Clone Repository
    git clone [email protected]:Mikelobi/To-Do-List.git
    

Install

Run

npm install --save-dev [email protected]

Authors

👤 Ugochukwu Omulu

🤝 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

Comments
  • Add and remove method

    Add and remove method

    To Do List Structure

    • Use webpack to bundle JavaScript.
    • Use proper ES6 syntax.
    • Configure and setup webpack for the project.
    • Add todo item to list and save the item to localStorage.
    • Edit todo item and update localStorage with the edited item.
    • Delete all completed todo items when the clear all completed button is clicked.
    opened by Mikelobi 1
  • To do list task

    To do list task

    In this project I :

    • [ ] Setup webpack to generate output source file for HTML, CSS, Javascript, and images.
    • [ ] Added To-do list items dynamically with JavaScript.
    opened by Mikelobi 0
  • Peer to peer code review 10-05-2022

    Peer to peer code review 10-05-2022

    You did a good job. But there is a small issue that we found on the test file. Kindly group all the add tests into one describe function, and group all the delete tests into one describe function.

    opened by rolandfbk 0
  • Peer to peer code review on 6th-5-2022

    Peer to peer code review on 6th-5-2022

    Hello @Mikelobi and @jmoseka

    You did a great job in this milestone:

    :heavy_check_mark: Your tests are working fine :100: :heavy_check_mark: Your project is working fine :100:

    But we found some issues that you need to work on:

    • In your folder structure, the testing files are in the same folder as the feature files. Kindly put testing files in a specific folder to differentiate them from feature files.

    Happy coding :+1:

    opened by benshidanny11 0
  • Interactive list

    Interactive list

    In this branch:

    • use webpack to bundle JavaScript.
    • check correct github workflow.
    • check for proper ES6 syntax.
    • use ES6 modules to write modular JavaScript.
    • implement a function for the "Clear all completed" button
    opened by Mikelobi 0
Owner
Michael Ugochukwu
Software Engineer. Stack: JavaScript | Ruby | React | Redux | Node | RoR. I write codes with passion and looking for new opportunities.
Michael Ugochukwu
This is a simple web application of a To-do List in which you can add, remove and edit all your tasks and also you can mark each task as completed and delete all completed ones.

To-Do List A simple web application of a to do list Built With HTML, CSS, JS, ES6 & Webpack Getting Started In this repository I created To-Do List SP

Juan Sebastian Sotomayor 12 Apr 11, 2022
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

Santiago Cárdenas 6 Jun 9, 2022
Microverse Module 02 Project: This is an educational project to make a TodoList web application, where the users can add new todo, remove todo, edit todo, mark todo as completed, and remove all completed todo. Built with Webpack

todo-list This project is about building a list of To Do tasks. Where you can save your daily activities and help in daily evaluation. Live demo you v

divine charlotte 25 Jan 3, 2023
A simple todo list app that allows users to add, delete, edit, and clear all completed tasks, built with HTML, CSS, Javascript and webpack.

todo list In this website you will add books and also watch the lists of books. Built With HTML CSS JavaScript See Live click here Authors ?? HaaDiiii

Hamid Ali 10 Oct 7, 2022
zieeco 12 Jul 8, 2022
This is a Microverse (@microverseinc) project in which I created a To-do list using Webpack. User can add a task, delete it, edit its description, and clear the completed tasks.

Microverse To-Do list This is a Microverse (@microverseinc) project in which I created a To-do list using webpack. Requirements Build a Todo list usin

Manel Hammouche 11 Aug 3, 2022
A Todo list app that allows the user to add tasks, delete, edit, chage, and clear all completed tasks. Built with JavaScript, CSS and Html.

To Do list: interactive list description: A todo list app that allow users to add new task, delete, edit, and clear all completed.Built with JavaScrip

IBRAHIM AHMAT 7 Aug 4, 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

Mustafa Fahimy 8 Jul 21, 2022
An app to manage tasks. A user can add, delete and edit a task and mark it as completed, It uses simple GUI and relies on DOM manipulation in pure JS and using local storage.

An app to manage tasks. A user can add, delete and edit a task and mark it as completed, It uses simple GUI and relies on DOM manipulation in pure JS and using local storage.

KHITER Mohamed Achraf 6 Aug 20, 2022
A simple To-Do List app built using JavaScript, where users can add, edit and remove tasks from the list as well as marking them as completed.

To-Do List This is a to-do list application. Built With Languages: HTML5 & CSS3 JavaScript Preprocessors: Sass Technologies: Webpack Conventions and M

Gabriel Santo 3 Jun 25, 2022
Simple To-do list build using HTML5, CSS3, JavaScript and Webpack. You can add new tasks, remove and edit them.

Simple To-do list build using HTML5, CSS3, JavaScript and Webpack. You can add new tasks, remove and edit them.

Esteban Munoz 6 Mar 5, 2022
A to do list where you can add tasks, mark completed tasks and clear all completed tasks.

To Do List A to do list where you can add tasks, mark completed tasks and clear all completed tasks. You can rearrange the order of the tasks by doubl

Amira 7 Mar 4, 2022
This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit them or delete them.

To Do List This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit

Ali Aqa Atayee 12 Oct 30, 2022
This is a simple web app that allows a user add list of tasks that needs to be completed. It is built using webpack and served by a webpack dev server.

TO-DO-LIST "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as compl

Favour Ezeugwa 18 Aug 19, 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
A web app which help you to save your daily tasks, mark them as completed and edit and delete them. Built with JavaScript

To-Do List A simple to-do list to help you organize your daily tasks. Built With HTML. CSS. JavaScript: ES6, Modules, Classes, Arrow Functions, Events

Williams Colmenares 13 Dec 17, 2022