task-manager-app

try it out!

github

The Task Manager App allows users to add and delete tasks. The user interface is designed using Vuetify components, providing an intuitive and responsive experience. The application uses Firebase Firestore for real-time data storage.


Technologies Used: Vue.js, Vuetify, Firebase

Firebase Integration: Connecting and integrating Firebase with Vue.js posed a challenge. I utilized the Firebase SDK for Firestore and implemented functions to add and delete tasks, as well as refresh the data from the database.

Vuetify Styling: Ensuring a visually appealing and consistent design using Vuetify components required careful consideration of styling. I utilized Vuetify’s theming and styling options to maintain a clean and modern look.

Vue.js Composition API: This project was implemented using the Vue.js Composition API, which introduced a new way of organizing and structuring code. Understanding the composition API and managing the state and lifecycle hooks were key aspects of the development process.