This project showcases the implementation of a basic to-do list using Webpack. It offers a seamless and efficient task management experience, allowing users to easily create, organize, and complete tasks. With its sleek design and powerful functionality, this project demonstrates the potential of Webpack in building practical and intuitive web applications.
- Display an input field and a "Add Task" button where users can add new tasks.
- Display a list of tasks with options to edit, delete, and mark tasks as completed.
- Implement functionality to edit tasks inline, i.e., users can click on a task to edit its content.
- Allow users to mark tasks as completed, which should visually differentiate completed tasks from pending tasks.
- Provide a "Delete Task" button for each task to allow users to delete tasks.
- Use CSS to style the application and make it visually appealing. 7. Use JavaScript to handle task management logic, including adding, editing, deleting, and marking tasks
- HTML, CSS and JavaScript
- Webpack
install package.json:
cd to-do-list
npm install
run webpack server:
npm run start
run build command to compile to main.js
npm run build
Access the app here
👤 Paul Kaizirege Vedasto
👤 Ibrahim William Charles
👤 Charles Mngodo
👤 Amar Yakesh Jethwa
👤 Aslam Sumar Yusuf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Unique Academy
This project is MIT licensed.