To-Do-List

MIT License

Stars
2

To Do list Project

In this project, I am building a clone of Minimalist To do list webpage that can add,delete,drag and drop a todo list item.

Live demo

minimalist

🔨 Built With

  • HTML, CSS, JS and Webpack.

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

  1. Go to the repository page.
  2. Press the "Code" button and copy the link.
  3. Clone it using git command git clone <link>.
  4. npm install to install dependencies.
  5. To run the application, npm start, watch changes npm watch

📘 Learning Objectives

  • Use webpack to bundle JavaScript.
  • Learn how to use proper ES6 syntax.
  • Use ES6 modules to write modular JavaScript.

Authors

👤 Ijay Abby

🤝 ✋ ✋ Contributions

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

❕ Acknowledgments

📝 License

This project is MIT licensed.

Related Projects