A web app for daily reflections and goal tracking. Made with Spring Boot, Thymeleaf, and MySQL.

diary hibernate-jpa html-css java journaling mysql pet-project reflection spring-boot thymeleaf web
1 Open Issue Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a toggle button in the Thymeleaf frontend to enable/disable dark mode. This involves adding a button (likely a sun/moon icon) to the header or navbar, writing JavaScript to send a POST request to the existing `/users/toggle-darkmode` API endpoint when clicked, updating the UI based on the API response (likely using `document.body.classList`), and optionally loading and applying the user's current theme on page load.

Complexity: 3/5
enhancement help wanted good first issue

A web app for daily reflections and goal tracking. Made with Spring Boot, Thymeleaf, and MySQL.

Java
#diary#hibernate-jpa#html-css#java#journaling#mysql#pet-project#reflection#spring-boot#thymeleaf#web