This is a simple counter app built using Alpine.js, a minimal framework for composing JavaScript behavior in your HTML.
- Increment and decrement the counter value.
- Demonstrates the usage of Alpine.js data binding and methods.
- Organized codebase using ES6 modules.
- Clone this repository to your local machine.
- Open the
index.htmlfile in a web browser. - Click the "Increment" button to increase the counter value, or the "Decrement" button to decrease it.
To run the app, use the following command:
npm run devnpm run test- Alpine.js
- ES6 Modules
This project is licensed under the MIT License.