This repository contains the enhanced version of the Laravel Bootcamp Chirper app using HTMX. The project demonstrates how to progressively enhance a Laravel blade project into a modern web app using HTMX.
To get started, clone this repository and follow the instructions in the tutorial to understand the enhancements made to the original Chirper blade project.
git clone https://github.com/turculaurentiu91/chirper-htmx.git
cd chirper-htmx
This repository is organized into branches to represent different stages of the tutorial:
the-beginnig: The initial state of the Chirper blade project before any enhancements.
The detailed tutorial explaining the enhancements is published on Dev.to. You can follow along to understand the steps involved in transforming the Chirper blade project into a modern web app using HTMX:
Enhancing Chirper: A Journey from Blade to a Modern Web App Deployment
The implementation is deployed and can be accessed at https://chirper.tlaurentiu.net
Feel free to fork this repository, submit issues or pull requests if you have any suggestions or improvements.
This project is open-source and is licensed under the MIT License.