A simple and basic app, where you can add your todo list and remove all selected or one of the items from the list

Overview

ToDo List

In this project, we can create our daily todo lists

Built With

  • HTML
  • CSS
  • Javascript

Live Demo

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

Setup

Clone the repository using git clone and pasting the following link [email protected]:sediqullahbadakhsh/todo-list.git.

Install

Run the command npm install to install all project's dependencies.

Deployment

Run npm run build to get the dist folder with the HTML and JS files in it Run the command line npm start, the basic template will automatically open the index.html file in a browser. Distribution files are generated by webpack and served by webpack dev server from /dist folder.

Author

👤 Sediqullah Badakhsh

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

You might also like...

This project is a To-do list app which users can store and edit their Todo Tasks. Users can also change the order of their todo

Project This project is about a todo app bundling using webpack Additional description about the project and its features. Built With HTML CSS Javascr

Jun 17, 2022

A to-do list set up using webpack. It allows the user to add, remove, edit and check items on the list. All the data is saved in local storage.

Project Name: Webpack-Project: To-Do-List Description of the project: A simple to-do-list app created using webpack. Built With Major languages: HTML

Aug 5, 2022

Basic website that allows users to add/remove books from a list. Achieved using JavaScript objects and arrays, dynamically modifying the DOM and adding basic events.

Awesome Books Basic website that allows users to add/remove books from a list. Achieved using JavaScript objects and arrays, dynamically modifying the

Dec 20, 2022

"Awesome books" is a simple website that displays a list of books and allows you to add ang remove books from that list. Also you can store your data in your local storage. Build with JavaScript, HTML and CSS.

Awesome Books Creating an app that adds and delete books from a list. Built With HTML CSS JavaScript Application Page url https://TimmyChan99.github.i

Jan 28, 2022

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

Awesome books app is a basic website that allows users to add/remove books from a list. It is a single page app (SPA) which allow switching to different pages of the app without page load. Built with JavaScript.

Awesome Books ES6 In this project, I build a basic website that allows users to add/remove books from a list. using ES6 syntax and make it more organi

Jul 1, 2022

Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has threee different sections: 1. books list, 2. add new book, 3. contact.

awesomeBooks-modules Awesome Books is a basic website that allows users to add/remove books from a list (including the title and author). It has three

Aug 26, 2022

In this project, I built a basic website that allows users to add/remove books from a list using HTML/CSS to build the app and JavaScript to add functionalities. This project was organized using modules and ES6 syntax implemented.

Awesome books: with ES6 Description the project. Built With HTML CSS JAVASCRIPT Live Demo (if available) Live Demo Link Getting Started This is an exa

Sep 9, 2022
Comments
  • Implement test on add and delete functionality

    Implement test on add and delete functionality

    Todo-list test

    • Add a unit test on add functionality using jest
    • Add a unit test on delete functionality using jest
    • Add a unit test on local storage jest
    opened by chukwuebukaVictor 0
  • Todo list

    Todo list

    Due to some personal issues, I have completed and applied all features as requirments and is ready for code review as a package.

    the project has the following funcationalities 1- user can add to list 2- user can delete from the list 3- user can select and delet all the selected items from the list

    thanks

    opened by sediqullahbadakhsh 0
  • Pair programing code review

    Pair programing code review

    Hi Sediq! 👋 good job building your project, it looks awesome and the main functionalities are working ✔️ ❗ I have some suggestions for you to take into consideration:

    • [ ] When the user is trying to edit a task item, the remove trash can button disappears, and the user is unable to delete the task through it. I recommend you fix the issue to demonstrate the whole potential of your app.
    • [ ] In the root folder of your project, there are several repeated files from the /src folder. Why not remove them so your code can look cleaner and more professional.
    • [ ] The structure of your code is great, but it would be better if you restructured the code to split the main functionalities into different files so your code can be more professional.

    I don't have any more to say you than wish you good luck and have a good week👍

    opened by helio3197 0
  • My code issues

    My code issues

    I can't see any issue in JavaScript but in html I hav'nt followed "Use space-less equal signs" practice. and In CSS, I have used same attributes several times.

    opened by sediqullahbadakhsh 0
Owner
Sediqullah Badakhsh
"Full-Stack Software Developer, love music and code. Stack: JavaScript, Ruby, Rails and React. Open to new opportunities."
Sediqullah Badakhsh
TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list.

Todo TODO List is a simple website that displays a list of todo and allows you to add and remove todo from that list. App Screenshot Live Demo Todo Ap

Ishmael Kargbo 3 May 12, 2022
The app helps you to add todo items to your list, mark completed ones and also delete finished items. Its a handy tool for your day today activies. Check out the live demo.

Todo List App The app helps you to add todo items to your list, mark completed ones and also delete finished items. Its a handy tool for your day toda

Atugonza ( Billions ) Joel 14 Apr 22, 2022
DoMe is a ToDo App. you can add, delete and reorder elements of the todo list using drag and drop. You can also toggle between dark&light mode

DO ME Todo App Live Preview : DO ME Built With : - ReactJS - TailwindCSS Make sure you have: - Git - Nodejs version 14 or higher (we recommend using

Medjahdi Islem 5 Nov 18, 2022
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
The awesomebooks project is a simple list, but separated into 3 parts and given a retro feel. The main page is where we can add books, and on another page we can see the list, and remove items. There is also a "contact-us" page.

Awesome Books This is the restructured version of the famous awesome-books project! Here you can find JavaScript broken into modules, using import-exp

Matt Gombos 12 Nov 15, 2022
Aron 8 Dec 17, 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
Todo-List is an online website where users can add a todo tasks. tasks can be removed , added, and edited. Built with Webpack and JavaScript.

To-do List Description To-do-list is an online website where users can add a todo tasks. tasks can be removed , added, and edited.Built with Webpack a

tarike bouari 9 Sep 9, 2022