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.
- Tech Achievement 1: Created a single page app displaying both the form and table, using flexbox styling.