Skip to content

Files

Latest commit

692f7d0 · Sep 9, 2024

History

History
8 lines (4 loc) · 591 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 591 Bytes

Habit Tracker

I created a tool track new habits. There is a form on the left side of the page to submit a new habit. Once submitted this form is added to the table and server, with an additional derived value of "consistency". Habits can be deleted by clicking the delete button of the corresponding habit. I did however run into a bug where sometimes you may need to refresh the page after adding a habit for the delete button to work properly.

Technical Achievements

  • Tech Achievement 1: Created a single page app displaying both the form and table, using flexbox styling.