This project demonstrate how to map functions to actions using PHP with HTMX.
- Create, Read, Update, Delete functions
- Map functions to actions
- Clone the repository:
git clone https://github.com/m1ch93l/function-mapping.git
- Navigate to the project directory:
cd function-mapping - Start a local server:
- You can use xampp, wamp, or any other local server setup.
- Place the project files in the server's root directory (e.g.,
htdocsfor XAMPP). - Access the application via your web browser at
http://localhost/function-mapping.
- Open a web browser and navigate to
http://localhost/function-mapping. - Use the provided form to create, read, update, or delete functions.