| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|
|
|
| |
Changed the `refreshToDos` to also refresh the last index used.
|
|
|
|
|
|
| |
Only 10 to dos will be shown at a time. You can sort by priority or due
date and it should work on all of our to dos. Edit and delete also
works.
|
|
|
|
|
| |
Sorting and Filtering now WON'T be computed on Front End, but on Back
End instead.
|
|
|
|
|
| |
Because the Front End wasn't tracking the deleted items, the indexes
between the database and the front end were not matching.
|
|
|
|
|
| |
On the user end it displays in a human readable way. On the database it
is saved in ISO format. A lot of changes had to be made to control it.
|
| |
|
|
|
|
|
| |
At the beginning, the app will fetch the to dos from the back end and
write all of them on Redux.
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Broke `ToDo.jsx` into two separate files. Broke each function into
simpler functions. Hope this makes the whole project more readable.
|
|
|
|
| |
Merge to main.
|
| |
|
| |
|
| |
|
|
|
|
| |
WE MADE IT!! I don't know how, but it is functional. :'3
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Cannot edit nor remove info. Plain interfaceeeee.
|
|
|
|
| |
Just plain UI interface. No functionality.
|
|
|
|
| |
We now have better looking assets!
|
| |
|
|
Visit https://github.com/nvh95/vite-react-template-redux to see original
template.
|