Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amangupta262/todo-app-js
A todo app using vanilla js
https://github.com/amangupta262/todo-app-js
crud css html javascript
Last synced: about 1 month ago
JSON representation
A todo app using vanilla js
- Host: GitHub
- URL: https://github.com/amangupta262/todo-app-js
- Owner: AmanGupta262
- Created: 2021-05-04T07:27:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T10:43:28.000Z (over 3 years ago)
- Last Synced: 2024-04-13T16:03:01.819Z (9 months ago)
- Topics: crud, css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo App
# (https://amangupta262.github.io/todo-app-js/)#### User can
- Create a todo.
- Delete a todo.
- See the added todos.
- Complete a todo.
- Complete all todo.
- Delete completed todos.
- Filter todos.#### Technologies Used
- HTML
- CSS
- Vanilla JavaScript#### Screenshot
![](./ss/todo.png)