Skip to content

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. Built with JavaScript.

Notifications You must be signed in to change notification settings

petudeveloper/to-do-lists

Repository files navigation

To-Do-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. In the video below you can watch how it looks and behaves.

Minimalist example

Features

  • Adding a new task.
  • Removing a selected task.
  • Reordering a selected task (as drag-and-drop).
  • Marking a selected task as complete.
  • Removing all tasks marked as complete at once.

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

Live Demo

Live Demo Link

Getting Started

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

Setup

  • clone: run git clone https://github.com/petumazo/to-do-lists.git.
  • Move to cloned folder: run git cd TO-DO-LISTS.

Install

  • Install the dependencies in the local node_modules folder: run npm install.
  • Build your app: run npm run build.
  • Deploy local server: run npm start build.

Testing

  • Use the command npm test as it is show on screenshot.png

Authors

👤 David Alvarez Mazzo

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

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. Built with JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published