This is the frontend UI for my To Do list application. It uses React and is fully test driven. This UI interfaces with the Spring back end API.
Currently you can add new To Dos and they will be persisted to the database using a service class.
This ui will display next to the ToDos and allows them to be deleted from the database.
Currently deployed on Heroku with Travis CI.
Need to add some kind of notion of users as right now its just one massive list anyone can add to .