WIP Demo Video:
As a way to become more familiar with web technologies,
I developed a task manager web application, teaching myself the following tech/frameworks
along the way.
- PostgresSQL for the database
- Express/Node.js for the backend
- Vue.js to design the UI & frontend components
The resulting product (for now!) is an application that stores
task and date information for a user and displays them in groups relative to the current date
(i.e. "Last Week", "This Week").
A user can add new tasks and remove completed ones.
Link to My GitHub Repo