Completed
- Mock weather app with polling
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
HTMX Crash Course - Creating Dynamic Pages Without JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Node.js/Express Server Setup
- 3 - Simple request with hx-get & hx-trigger
- 4 - hx-swap
- 5 - Route to get a list of users
- 6 - hx-target
- 7 - hx-confirm
- 8 - Get users from jsonplaceholder
- 9 - hx-indicator
- 10 - hx-vals
- 11 - Temperature converter with hx-post
- 12 - Polling
- 13 - Mock weather app with polling
- 14 - Contacts search widget
- 15 - Backend route for search
- 16 - Inline form validation
- 17 - Backend route for validation
- 18 - Wrap up