aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeLines
* Now we can change the done state.Adrián Oliva2023-05-18-2/+20
|
* Preparing branch to merge.Adrián Oliva2023-05-17-3/+3
| | | | Merge to main.
* Displayed correct index.Adrián Oliva2023-05-17-2/+8
| | | | Index was hard-coded. Now it retrieves current last index used.
* Moved `ToDo.jsx` file into main folder.Adrián Oliva2023-05-17-2/+2
|
* Broken big function into smaller functions.Adrián Oliva2023-05-17-57/+64
|
* Moved `ToDo.jsx` to UI folder.Adrián Oliva2023-05-17-2/+2
|
* Redux used to add ToDosAdrián Oliva2023-05-17-262/+274
| | | | 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/+128
| | | | | | 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/+71
| | | | Cannot edit nor remove info. Plain interfaceeeee.
* Search section in a bare bones state.Adrián Oliva2023-05-17-0/+58
| | | | Just plain UI interface. No functionality.
* Added bootstrap library.Adrián Oliva2023-05-17-66/+16
| | | | We now have better looking assets!
* Modified to be minimal.Adrián Oliva2023-05-17-294/+29
|
* Start point.Adrián Oliva2023-05-16-0/+405
Visit https://github.com/nvh95/vite-react-template-redux to see original template.