An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Building a "To-do list" website

![Microverse](https://img.shields.io/badge/Microverse-blueviolet)

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/)

![Screen Shot](./src/scrn-sht.PNG)

## 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.