A web application was developed as part of my Masters thesis. A personal informatics tool which helps users reflect on different areas of their lives. The Frontend was developed using Vue.js, the Backend with Ruby on Rails.
todo
Starting Backend: ./habit_tracker rails s
Starting Frontend: ./habit_tracker/client npm run dev