https://github.com/carmhack/hardest-todo-list
https://github.com/carmhack/hardest-todo-list
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carmhack/hardest-todo-list
- Owner: carmhack
- Created: 2021-07-17T15:20:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T13:16:19.000Z (over 4 years ago)
- Last Synced: 2025-07-07T11:13:59.584Z (8 months ago)
- Language: Vue
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HARDEST TODO LIST EVER
The project plans to create the most complex todo list ever conceived.
In the world of tutorials and programming, the "todo list" is the basic exercise, used to introduce the basic concepts and therefore always made simple in its implementation.
The idea, therefore, is to subvert this mechanism, introducing various complexities related to design and functionality.
The project was created for my own Youtube channel [Carmhack](https://www.youtube.com/c/TheCarmhack/about).
## Technical Requirements
- the web app must be responsive and usable by most mobile, tablet and desktop devices;
- when the page is refreshed, the data entered by the user must not be lost;
## Functional Requirements
- Add a new task
- Update a task
- Delete a task
- Complete a task
- View completed tasks
- Delete all completed tasks
- Search by description
- Search by category
## Technologies
- HTML5 / CSS3
- SASS
- JavaScript
- Typescript
- Vue 3 + Vue Router
## Design
The design was made by Diana Bernabei [Personal site](https://www.dianabernabei.com/)