Task Management Application

2 min read

Task Management Application

Sep 6, 2022 | 2 min read

This blog post details the creation of a task management application in two versions.

Version 2 (Latest)

This version incorporates significant improvements over the initial attempt:

  • Login and Sign-up: Functionality to create and manage user accounts.
  • PWA Support: Installable as a progressive web app for offline use.
  • Firebase Backend: Leverages Firebase for data persistence.
  • Enhanced Design and Code Quality: Improved user interface and well-structured code.

Link to Version 2 Decent Version Screenshot

Version 1 (Initial Attempt)

This initial version served as a learning experience while exploring Vue.js:

  • Local Storage: Relied solely on local storage for data, lacking login or signup features.
  • Basic Design and Code: The design and code quality were rudimentary.
  • State Management: No state management library was utilized, relying on props and events.

Link to Version 1 Git Link OF Version 1 Scary Code Screenshot

While the first version may not be ideal, it provided a valuable foundation for the enhanced functionalities of version 2.