Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenadiusnicholaus/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. I will build a simple website that allows for doing that, and i will do it using ES6 and Webpack!
https://github.com/jenadiusnicholaus/to-do-list
Last synced: 2 months ago
JSON representation
"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. I will build a simple website that allows for doing that, and i will do it using ES6 and Webpack!
- Host: GitHub
- URL: https://github.com/jenadiusnicholaus/to-do-list
- Owner: jenadiusnicholaus
- License: mit
- Created: 2022-03-29T14:36:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T08:15:23.000Z (over 2 years ago)
- Last Synced: 2023-03-05T14:45:29.932Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. I will build a simple website that allows for doing that, and i will do it using ES6 and Webpack!
## Build with
HTML CSS Javascript, webpack
## Live Demo
[link to To Do list](https://jenadiusnicholaus.github.io/To-Do-list/)
## Getting started
To get a local copy up and running follow these simple example steps.
``` xml
git clone git+https://github.com/jenadiusnicholaus/work-with-webpack.git
```## Requiremnts
i needed to implement the following functionalities:
- Add a new item.
- Remove a selected item.
- Marke a selected item as complete.
- Remove all items marked as complete at once.
- Reorder a selected item (as drag-and-drop) [as an additional feature].## Screenshot of the project
👤 **Author1**
- GitHub: *[@jenadiusnicholaus](https://github.com/jenadiusnicholaus/)*.
- Twiter: *[@jenadius_kaim](https://twitter.com/jenadius_kaim)*.
- LinkedIn: *[@Jenadius Nicholaus](https://www.linkedin.com/in/jenadius-nicholaus-73126819b/)*.#### 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
#### 📝 License
This project is [MIT](./MIT.md) licensed.