Welcome to the Alpine Projects repository! This README provides an overview and explanation of each project included in this collection.
A basic counter application built with Alpine.js. Demonstrates reactive data binding and event handling.
Features:
- Increment and decrement buttons
- Live counter display
A minimalistic todo list app using Alpine.js for state management.
Features:
- Add, remove, and mark tasks as complete
- Persistent state with local storage
Reusable modal dialog built with Alpine.js.
Features:
- Show/hide modal
- Customizable content
- Keyboard accessibility
Interactive dropdown menu component.
Features:
- Toggle visibility
- Keyboard navigation
- Click outside to close
- Clone the repository:
git clone https://github.com/yourusername/alpine-projects.git
- Open each project folder and follow the instructions in their respective README files (if available).
- Ensure you have a modern browser to run the projects locally.
Contributions are welcome! Please open issues or submit pull requests for improvements or new projects.
This repository is licensed under the MIT License.
Feel free to explore each project and learn more about Alpine.js!