+
+

GameOverview HTMX Test

+
+ + +
+
+

Welcome to HTMX Test!

+

+ This is a minimal HTMX frontend that connects to your existing Spring Boot backend. + The goal is to test the "feel" of HTMX compared to Angular. +

+ +

What you're testing:

+
    +
  • Simplicity: No build steps, no npm, no Angular CLI
  • +
  • Direct HTML: Edit files directly, no TypeScript compilation
  • +
  • Server-side focus: Business logic stays in the backend
  • +
  • Progressive enhancement: Works without JavaScript (mostly)
  • +
+ +

How to test:

+
    +
  1. Start your Spring Boot backend: cd apps/api && ./mvnw spring-boot:run
  2. +
  3. Make sure it's running at http://localhost:8080
  4. +
  5. Click on the navigation links above to test different views
  6. +
  7. Try filtering games by store or status
  8. +
  9. Try marking games as played or adding to backlog
  10. +
  11. Notice how simple the code is compared to Angular
  12. +
+ +
+ + Note: You may need to update the userId in each view. + The default is 123e4567-e89b-12d3-a456-426614174000 - replace it with your actual UUID. +
+ +
+ + Important: This is a test frontend only. + It uses simple JavaScript fetch() calls to demonstrate the concept. + A full HTMX implementation would use HTMX attributes for all interactions. +
+
+
+ + +
+
+

Quick API Test

+
+
+

Test your Spring Boot API connection:

+ + +
+
+
+