aboutsummaryrefslogtreecommitdiff
path: root/package.json (unfollow)
Commit message (Collapse)AuthorLines
2023-05-28Database can now be implemented.v0.4.0Adrián Oliva-1/+1
Although it still uses Redux and stores the to dos internally, calls to the API are made to refresh the to dos and store them.
2023-05-26New package 'Axios' installed.Adrián Oliva-0/+1
New dependency. This will help us on making HTTP requests to connect to our Back End.
2023-05-26Front End now runs in port 8080.Adrián Oliva-2/+2
2023-05-21Version 0.3.0. Added filtering.v0.3.0Adrián Oliva-1/+1
Now let's search for bugs.
2023-05-20Version 0.2.1. Ready to merge to main.v0.2.1Adrián Oliva-1/+1
2023-05-19Merge with main. Stable branch.v0.2.0Adrián Oliva-1/+1
2023-05-17Ready to build.v0.1.0Adrián Oliva-1/+1
2023-05-17Added bootstrap library.Adrián Oliva-0/+1
We now have better looking assets!