zhorabay / To-Do-list

This project is a simple to-do list app that allows users to add, edit, and delete tasks. It uses local storage to store the user's tasks, and it can be used on both desktop and mobile devices.

Home Page:https://zhorabay.github.io/To-Do-list/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

πŸ“— Table of Contents

[To Do List] is a project which adds/removes tasks to the list.

πŸ›  Built With

Tech Stack

  • HTML
  • CSS
  • JAVASCRIPT (ES6)
  • WEBPACK

Key Features

  • [The user can add tasks to the list]
  • [The user can change finished task status to 'checked']
  • [The user can edit the task description which is in the list]
  • [The user can delete the task from the list]
  • [The user can delete 2 and more completed tasks at once]

(back to top)

πŸš€ Live Demo

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

Prerequisites

  • Browser
  • Node
  • Code Editor

In order to run this project you need:

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

  • Choose a directory
  • Open a Terminal
  • write: git clone git@github.com:zhorabay/To-Do-list.git
  • get into to directory "To-Do-list"
  • write: npm install
  • write: npm start

(back to top)

πŸ‘₯ Authors

πŸ‘€ Assem Zhorabay

(back to top)

πŸ”­ Future Features

  • [Add a reordering a selected item (as drag-and-drop) function using JavaScript]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

(back to top)

⭐️ Show your support

If you like this project, pplease, feel free to star the repository and share it with others who might benefit from it.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse team and Code reviewers who helped us with creating this project. Also, I would like to express my gratitude to my husband and daughter for their patience.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This project is a simple to-do list app that allows users to add, edit, and delete tasks. It uses local storage to store the user's tasks, and it can be used on both desktop and mobile devices.

https://zhorabay.github.io/To-Do-list/dist/

License:MIT License


Languages

Language:JavaScript 77.4%Language:CSS 13.9%Language:HTML 8.7%