https://github.com/s-ayanide/to-do-list
A ToDo application which allows the user to enter a todo and also delete them, includes smooth transitions 💥✨
https://github.com/s-ayanide/to-do-list
Last synced: 3 months ago
JSON representation
A ToDo application which allows the user to enter a todo and also delete them, includes smooth transitions 💥✨
- Host: GitHub
- URL: https://github.com/s-ayanide/to-do-list
- Owner: S-ayanide
- License: apache-2.0
- Created: 2019-06-27T04:34:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T14:50:06.000Z (about 7 years ago)
- Last Synced: 2025-01-11T07:33:12.054Z (over 1 year ago)
- Language: CSS
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To Do List
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [](https://GitHub.com/Naereen/ama) [](https://code.visualstudio.com/) [](https://github.com/S-ayanide/To-Do-List/issues)
[](https://github.com/S-ayanide/To-Do-List/network) [](https://github.com/S-ayanide/To-Do-List/stargazers) [](https://github.com/ellerbrock/open-source-badges/)
[](https://github.com/S-ayanide/To-Do-List/blob/master/LICENSE)
A ToDo application which allows the user to enter a todo and also delete them, includes smooth transitions 💥✨
### 👉 If you like this repo then please give it a ⭐️
## Short Description
Created a To Do list using JavaScript which can add a todo, and also remove one.
Added features to remove only the checked items as well as also to remove the whole todo if the user wants
Takes user input and adds todo after a smooth transition
## Screenshots
## Features
What can you do in this project --
1. Clicking on the ToDo lists marks them as checked and also cuts the line from the middle indicating that it has been completed.
2. Clicking on 'Remove ToDo' removes all the **checked** to do lists.
3. Clicking on 'Remove All' removes all the to do lists checked/unchecked.
4. Users can enter Custom ToDos in the Input Field which will be added to the top of the list.
5. Upon entering blank todo a warning message will pop which will auto clear itself in a few seconds.
## NOTE:
This project is subject to change by the developer and is still in development
## Pull Request
Pull Requests are welcome. Please follow these rules for the ease of understanding:
* Make sure to check for available issues before raising one
* Give me a maximum of 24-48 hours to respond
* Have proper documentation on the parts you are changing/adding
#### Feel free to contribute
## Developed & Maintained by
[Sayan Mondal](https://github.com/S-ayanide)
[📷 Insta](https://www.instagram.com/s_ayanide/)
[🐤 Twitter](https://www.instagram.com/s_ayanide/) [](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FS-ayanide%2FTo-Do-List)
## License
[](https://github.com/S-ayanide/To-Do-List/blob/master/LICENSE)
```Copyright 2019 Sayan Mondal
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
## Getting Started
For help getting started with JavaScript, view our online [documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript).