aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Added extra space to README file.Adrián Oliva2023-05-20-0/+4
| | | | To help separate code blocks better.
* Renaming UI things.Adrián Oliva2023-05-20-4/+4
|
* `Edit` button instead of `Add`.Adrián Oliva2023-05-20-1/+1
| | | | When editing a to do, use an `Edit` button instead.
* Added a README.Adrián Oliva2023-05-20-0/+110
| | | | Explained how to try the program, how to use it and it's details.
* Added gnu-gpl-v3.0 license.Adrián Oliva2023-05-20-0/+594
|
* Preparing to use GitHub Actions.Adrián Oliva2023-05-20-2/+62
| | | | Deploying a test page using GitHub Actions.
* Merge with main. Stable branch.v0.2.0Adrián Oliva2023-05-19-1/+1
|
* Finished details on sorting.Adrián Oliva2023-05-19-41/+70
| | | | Now it sorts after events like "adding new to do" and "edit a to do."
* First attempt at sorting to do entries.Adrián Oliva2023-05-19-3/+116
|
* Welp, we needed JQuery to reset forms...Adrián Oliva2023-05-19-0/+4
|
* The date selection was MUCH easier than I thought...Adrián Oliva2023-05-19-57/+16
| | | | I'm mad. :C
* Apparently `onClick` works betterAdrián Oliva2023-05-19-2/+2
| | | | | than `onChange`. If last time was checked, after resetting the form it still thought it was checked.
* Deleted most of aria labels.Adrián Oliva2023-05-19-11/+4
|
* Renamed multiple HTML elements.Adrián Oliva2023-05-19-21/+16
| | | | ID collision problem.
* Edit button almost done.Adrián Oliva2023-05-19-56/+259
| | | | Noticed some bugs. Will patch on later commits.
* Added remove action.Adrián Oliva2023-05-18-2/+11
|
* Now we can change the done state.Adrián Oliva2023-05-18-2/+20
|
* Ready to build.v0.1.0Adrián Oliva2023-05-17-1/+1
|
* 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/+153
| | | | | | 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/+46
| | | | 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/+2128
Visit https://github.com/nvh95/vite-react-template-redux to see original template.