23 lines
576 B
Plaintext
23 lines
576 B
Plaintext
---
|
|
import SideProject from "../../layouts/SideProject.astro";
|
|
---
|
|
|
|
<SideProject
|
|
project_title="Music-To-Go"
|
|
git_url="https://git.araozu.dev/fernando/music-to-go"
|
|
page_url="https://music.araozu.dev"
|
|
next="combi"
|
|
images_folder="musictogo"
|
|
logos={[
|
|
"go-logo",
|
|
"htmx-logo",
|
|
"tailwind-logo",
|
|
"alpine-logo",
|
|
]}
|
|
>
|
|
A Music player that connects to a Navidrome Server.
|
|
I wrote it as an experiment to test the HATEOAS
|
|
architecture, and to see if it is capable of powering
|
|
a dynamic application.
|
|
</SideProject>
|