MPA
๐จโ๐ผ Our users want to count things. In this exercise, we already have the
scaffolding for a simple hono.js application. Your job is to implement the
following:
- Render the current count on the page
- Implement the form to update the count
- Implement the logic to update the count
- Redirect to the home page
Good luck!