https://github.com/elmar8287/todo-list
To-do list application billed on JS. There are all necessary functionalities, also drag and drop. This is a project that displays a list of tasks. You can fix any of the tasks as completed, edit and delete. Also, there is the functionality of deleting all completed tasks.
https://github.com/elmar8287/todo-list
css html javascript webpack
Last synced: 3 months ago
JSON representation
To-do list application billed on JS. There are all necessary functionalities, also drag and drop. This is a project that displays a list of tasks. You can fix any of the tasks as completed, edit and delete. Also, there is the functionality of deleting all completed tasks.
- Host: GitHub
- URL: https://github.com/elmar8287/todo-list
- Owner: elmar8287
- Created: 2021-07-28T17:36:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T06:49:14.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T08:46:33.844Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a "To-do list" website

Tasks to do:
- Project 1: List structure.
- Project 2: Interactive list.
- Project 3: Add and remove items.
## View short video
[link] (https://www.loom.com/share/dd6de76393ed48b5ac185550aa1c2fd6)
## Live demo
You can visit live version via [link](https://elmar8287.github.io/todo-list/)

## Built With
- HTML
- CSS
- JS
- webpack
- JSON
### Setup
To run code locally, open your terminal and follow these steps:
- `git clone (https://github.com/elmar8287/todo-list.git)`
- `cd todo-list`
- `npm install`
- `npm start`
*After `npm start` webpack will automatically open your browser.*
## Author
👤 **Elmar Abdulkarimov**
- GitHub: [@elmar8287](https://github.com/elmar8287)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
The project personalized for my purposes. See the MIT.md file
## 📝 License
This project is [MIT](./MIT.md) licensed.