In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

Overview

To Do list with Webpack

In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

Built With

  • HTML
  • CSS
  • Webpack
  • Javascript

Live Demo (if available)

Live Demo Link

Getting Started

Prerequisites

  • Git/Github
  • VSCode or another equivalent tool
  • knowledge in HTML, Javascript and Webpack

Install

  • To install locally run, git clone [email protected]:XsidX/todo-list-with-webpack.git, in your terminal.
  • open the cloned directory with VSCode
  • install live server extension for VSCode.
  • right click on the index.html file and select open with live server.

Usage

You're free to use this project however you like it for educational purposes.

Authors

👤 Sidney

👤 Fadahunsi seyi samuel

🤝 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

-Microverse module 2, block 2, To Do list:... activity/lesson.

📝 License

This project is MIT licensed.

Comments
  • Testing To Do list - part 2

    Testing To Do list - part 2

    For this PR we:

    • refactored the editTodo() function, removed event listeners from it
    • added tests for - editing todos - updating todo completed status - clearing all completed todos
    opened by XsidX 0
  • Peer to Peer  Code Review

    Peer to Peer Code Review

    Todo list Peer code review

    Good job on implementing the Todo list. However, there is one small issue you need to solve in order to make your code perfect! Please consider fixing the update list after clearing the completed tasks

    opened by mbonabucya 0
  • To Do list: interactive list

    To Do list: interactive list

    For this project I: -Add a new JavaScript file and import it as a module: -it contains methods related to the status updates (completed: true / false). -Add an event listener to the checkbox (change). -Update items object's value for completed key upon user actions. -Implement a function for the "Clear all completed" button (use filter() method). -Store the updated array of items in local storage, so the user gets the correct list values after the page reloads.

    opened by XsidX 0
  • To Do list: add & remove

    To Do list: add & remove

    For this project I: -Removed all hardcoded items from the tasks array. -Created a new JavaScript file for the new functionality. -Implemented a function for adding a new task (add a new element to the array). -Implemented a function for deleting a task (remove an element from the array). -Implemented a function for editing task descriptions. -All changes to the To-Do List are saved in local storage.

    opened by XsidX 0
  • To Do list: list structure

    To Do list: list structure

    For this project I: -Have set up a new project with webpack. -Created an index.html file and write your HTML markup here. -Created an index.js file and set an array of some simple to-do tasks (array of objects). Each task contains three keys: description [string]. completed [bool]. index: [number]. -Have written a function to iterate over the tasks array and populate an HTML list item element for each task.

    opened by XsidX 0
  • Code review

    Code review

    • The local storage is mocked by default with jest I would advise you not to add code for the mock
    • Please, could you kindly test for your create to do function using dom manipulation.
    opened by chimwemwe007 0
Owner
Sidney Kaguli
I create full-stack web projects mainly with React | Ruby | Rails. I have a passion for learning & sharing knowledge with others. Open to new job opportunities.
Sidney Kaguli
In this project, we built a simple HTML list of To Do tasks. This simple web page was created using webpack and served by a webpack dev server.

To do list In this project, we built a simple HTML list of To Do tasks. This simple web page was created using webpack and served by a webpack dev ser

Jesús Vázquez 8 Dec 21, 2022
This project is about building a simple HTML list of To Do tasks. Built using webpack and served by a webpack dev server.

To Do List app This project is about building a simple HTML list of To Do tasks and is built using webpack and served by a webpack dev server. Built W

Dino Ronald Quispe Arias 6 Nov 4, 2022
A simple HTML page maintaining list of To Do tasks using webpack and served by a webpack dev server.

Task Organiser In this project, we build a simple HTML list of To Do tasks using webpack and served by a webpack dev server. Built With HTML CSS Javas

Angom 4 Jun 24, 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
This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and served with webpack dev server

Todo-List This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and s

Duane David 10 Sep 28, 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
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
In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets

To Do List In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaSc

Andrés Felipe Arroyave Naranjo 10 Mar 31, 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
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
A simple HTML list of To Do tasks built using webpack, JS ES6 and CSS. This app allows users to add and delete tasks to organize their days.

To-Do List "To-do list" is an app that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as compl

Karla Delgado 15 Sep 26, 2022
In this project I have build a To Do List app that you can list, add, delete and manage your daily tasks better. Build with HTML, CSS, JS, ES6, JSON

ToDo List This project is build by javascript web packages which can add and remove daily tasks. Built With Html Css Javascript Sublime Text Author ??

Sahar Saba Amiri 7 Oct 25, 2022
In this project, I built a simple HTML list of To-Do tasks. Using webpack to bundle JS functionality and other sources.

To-do-list App A simple To-do-list app using DOM manipulation. Built With HTML/CSS JavaScript Webpack Jest Live Demo Live Demo Getting Started Get a c

Andy Menutti 10 Nov 5, 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
Grayce Muthui 8 Jun 16, 2022
A simple to-do app for managing daily tasks built with Webpack, JavaScript, HTML, and CSS with the functionality to manipulate multiple completed tasks and store them to local storage.

TODO LIST APP In this project, I have built a simple HTML list of To Do tasks. The list is styled according to the listed specifications . This simple

Selma Belhadj 8 Jun 7, 2022