Work

Vuex Todo manager

HTML5
CSS3
Bootstrap 4
Vue
Vuex

A Todo app with vuex state management.

Todo app using vuex state management.

This is the Second app that I made in Vue. Following a tutorial on state management in Vue. I learnt that in a Vue app vuex is used for state management. The app that was made during the tutorial was a ToDo list manager, which uses vuex to manage the app state. I also found the documentation on state management in vue apps to contain a lot of examples, and well organized.

After completing the app I added Bootstrap to the app and improve on the look of it. I also added the functionality for task history. This is allows for a user to view a list of tasks that they have deleted. The user can then decide if they would like to add the task back to their task list or delete it.