Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2023-05-17 | Moved `ToDo.jsx` file into main folder. | Adrián Oliva | -239/+0 | |
2023-05-17 | Broken big function into smaller functions. | Adrián Oliva | -55/+61 | |
2023-05-17 | Moved `ToDo.jsx` to UI folder. | Adrián Oliva | -0/+233 | |
2023-05-17 | Redux used to add ToDos | Adrián Oliva | -195/+0 | |
WE MADE IT!! I don't know how, but it is functional. :'3 | ||||
2023-05-17 | Modal interface for new To Do. | Adrián Oliva | -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) | ||||
2023-05-17 | A simple list for the To Do's. | Adrián Oliva | -0/+69 | |
Cannot edit nor remove info. Plain interfaceeeee. | ||||
2023-05-17 | Search section in a bare bones state. | Adrián Oliva | -0/+56 | |
Just plain UI interface. No functionality. |