Skip to content

This project contains a to-do list project where tasks can be added, marked as completed, and deleted. Users can edit a task by double-clicking on the task title section. A task can be deleted by clicking on the trash can icon on the right side of each task. Tasks can be marked as completed by clicking on the corresponding checkbox. All completeD.

Notifications You must be signed in to change notification settings

codecaiine/todo-list-app

Repository files navigation

Building a To-do list App (CRUD)

In this project, you will implement the CRUD (create, update, delete) methods. All the elements of the user interface will be fully functional and your application will be completed.

screenshot

Live Demo

Live Demo Link

Built

  • HTML
  • CSS
  • Javascript
  • Webpack
  • HTML&CSS Linter
  • Git

Get Started

Please get your browser update. To get a local copy up and running follow these simple steps.

Run the command below from the Terminal:

  git clone <URL> in your terminal

  cd todo-list-app

  npm install

  npm run build

  npm run start

  npx hint

  npx stylelint "**/*.{css,scss}"

Authors

👤 Yannick-Noel AKA

🤝 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

  • Thanks to Microverse
  • Adedamola Shittu

📝 License

This project is MIT licensed.

About

This project contains a to-do list project where tasks can be added, marked as completed, and deleted. Users can edit a task by double-clicking on the task title section. A task can be deleted by clicking on the trash can icon on the right side of each task. Tasks can be marked as completed by clicking on the corresponding checkbox. All completeD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published