An open API service indexing awesome lists of open source software.

https://github.com/carmhack/hardest-todo-list


https://github.com/carmhack/hardest-todo-list

Last synced: 18 days ago
JSON representation

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/)