/todo-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 complete. This simple website allows you to do that, and it is built using ES6 and Webpack! CSS3, HTML5, JavaScript (ES6)

Primary LanguageJavaScript

todo-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 complete. This simple website allows you to that, and it is built using ES6 and Webpack!

Desktop Version

Desktop - Books List Page

In this project, you will get a simple HTML list of To Do tasks. It is built using webpack and served by a webpack dev server. The list is styled according to the specifications listed by the minimalist website.

The CRUD (create, update, delete) methods for the todo tasks are implemented. All the elements of the user interface are fully functional and the application is completed.You will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

Built With

  • HTML, CSS and JavaScript (ES6)

Live Demo

Getting Started

  • Install Node.js ^12.13
  • clone the repository by running
    git clone https://github.com/gtekle/todo-list.git
  • navigate to the folder
    cd todo-list
  • Install packages
    npm install
  • To run application using webpack-dev-server
    npm start

Author

👤 Tekle Gebreyohannes

🤝 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

📝 License

This project is MIT licensed.