aboutsummaryrefslogtreecommitdiff
path: root/src/ToDo-UI (follow)
Commit message (Collapse)AuthorAgeLines
* Can select time on due_date.Adrián Oliva2023-05-27-1/+1
|
* First attempt at filtering to do's.Adrián Oliva2023-05-21-17/+62
| | | | | We have a separate list from the original `todos_list`. It saves all currently filtered to do's for the listing to be as easy as possible.
* Heavy refactoring.Adrián Oliva2023-05-21-0/+495
| | | | | Broke `ToDo.jsx` into two separate files. Broke each function into simpler functions. Hope this makes the whole project more readable.
* Moved `ToDo.jsx` file into main folder.Adrián Oliva2023-05-17-239/+0
|
* Broken big function into smaller functions.Adrián Oliva2023-05-17-55/+61
|
* Moved `ToDo.jsx` to UI folder.Adrián Oliva2023-05-17-0/+233
|
* Redux used to add ToDosAdrián Oliva2023-05-17-195/+0
| | | | WE MADE IT!! I don't know how, but it is functional. :'3
* Modal interface for new To Do.Adrián Oliva2023-05-17-0/+126
| | | | | | Hardest one yet. I don't know how I did it, but I used the `bootstrap-datepicker` plugin for selecting the Due Date. (https://github.com/uxsolutions/bootstrap-datepicker)
* A simple list for the To Do's.Adrián Oliva2023-05-17-0/+69
| | | | Cannot edit nor remove info. Plain interfaceeeee.
* Search section in a bare bones state.Adrián Oliva2023-05-17-0/+56
Just plain UI interface. No functionality.