https://github.com/codenedd/todo-app
https://github.com/codenedd/todo-app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenedd/todo-app
- Owner: codenedd
- Created: 2022-07-22T17:04:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T21:26:27.000Z (over 1 year ago)
- Last Synced: 2024-05-31T22:33:27.083Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://todo-app-page.netlify.app/
- Size: 6.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
## Overview
### Users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Add new todos to the list
- Mark todos as complete
- Delete todos from the list
- Filter by all/active/complete todos
- Clear all completed todos
- Toggle light and dark mode
- Drag and drop to reorder items on the list
### Links
- Live Site URL: [Netlify](https://todo-app-page.netlify.app/)
## My process
### Built with
- Semantic HTML5 markup
- Flexbox
- Vanilla JavaScript
- [AnimeJS](https://animejs.com/) - For Animations