Submitted 12 months agoA solution to the Age calculator app challenge
Java + HTMX Age Calculator App
@Ozzy-codes

Solution retrospective
What are you most proud of, and what would you do differently next time?
This app is built with HTMX and Java-Javalin for a backend.I'm really proud of independently developing a java backend after completing a java bootcamp. Additionally I went further by incorporating a templating engine, and leveraging Junit4 to test the logic.
Next, I'm interested in programmatically testing other layers of the application, especially the controller.
What challenges did you encounter, and how did you overcome them?- Running test on the command line
- How to work HTMX with a java template system
- How to test if a method throws via Junit4
Take a look at my repo for more details of my challenges and how I overcame them
What specific areas of your project would you like help with?- How would you tackle the bonus task via HTMX? i.e. See the age numbers animate to their final number when the form is submitted
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ozzy-codes's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord