/projects
I find myself in constant needs of finding word definitions and wanted a simple way to do so (can always Google but that's no fun, plus this was an excuse to explore HTMX again). Features include integration with third party API and managing audio playback using vanilla Javascript.
<form hx-get="/dictionaries" hx-target="#response" hx-swap="innerHTML">
<input type="text" name="word" id="word-input">
<button type="submit">Search</button>
</form>