From the course: Building Full-Stack Applications with HTMX
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Final project: Blog platform - HTMX Tutorial
From the course: Building Full-Stack Applications with HTMX
Final project: Blog platform
- [Instructor] Welcome to this section of the course, where we'll be taking all the skills that we've learned throughout the previous sections in this course to build an entire application with HTMX. The application we'll be building in this section is a blogging app, as displayed on the screen. On the homepage of the blog, the user will be able to see different titles, and as they scroll down, infinite loading kicks in, fetching in and displaying more titles to the user. Users can also search through articles by using the search field at the top bar of the screen. When a user finds an article of interest, they can simply click on the read more button to view an article. The full view also displays the date the article was posted and a button to go back to the article list. Aside viewing and searching articles, users can also add a new article by clicking the new article button at the top bar. This takes the user to a page where they can create a new article. Let's create a new…