#alpinejs

[ follow ]
#web-development
Raymondcamden
1 month ago
JavaScript

Using GenAI to Help Pick Your D & D Class

Generative AI integrated with D&D through Class Suggester using Gemini 1.5 API.
Alpine.js used for frontend to display stats and interact with the application. [ more ]
Raymondcamden
2 months ago
Vue

Alpine.js Workshop this Friday

Last minute free online workshop on Alpine.js at 4 PM CST this Friday.
Invited by Ontario Tech University Google Developer Student Club. [ more ]
Raymondcamden
2 months ago
Vue

Converting a Vue 2 App to Alpine.js

Building simple text game inspired by A Dark Room
Switching from Vue.js to Alpine.js for simpler web pages [ more ]
moreweb-development
GitHub
4 months ago
JavaScript

Release v2.1.0 gowebly/gowebly

The Gowebly CLI v2.1.0 release includes support for the Alpine.js library.
Users can update Gowebly CLI using different methods depending on their platform. [ more ]
Raymondcamden
4 months ago
JavaScript

Using Drag/Drop in Alpine.js with PDF Embed

JavaScript has long supported drag and drop functionality, which can be used in combination with Adobe's PDF Embed library.
Drag and drop functionality can be implemented using the 'drop' and 'dragover' events, with the 'dragover' event necessary to make an element droppable. [ more ]
Raymondcamden
5 months ago
JavaScript

Using Generative AI to Detect Cat Breeds

The author created a web application using Google's Gemini AI to identify cats in pictures.
The front end of the application uses a native web platform feature to access the user's camera or allow file selection. [ more ]
Raymondcamden
6 months ago
JavaScript

Using IndexedDB with Alpine.js

Alpine.js is a simple and lightweight JavaScript framework that is effective for building basic applications.
The author compares using Alpine.js to their previous experience with IndexedDB, highlighting the simplicity and effectiveness of Alpine.js.
The author integrates the functionality of the application into the HTML using Alpine.js directives and shorthand syntax. [ more ]
[ Load more ]