araozu.dev/src/pages/side-projects/index.astro

23 lines
576 B
Plaintext
Raw Normal View History

2024-07-26 23:21:13 +00:00
---
2024-08-15 17:06:09 +00:00
import SideProject from "../../layouts/SideProject.astro";
2024-07-26 23:21:13 +00:00
---
2024-08-15 17:06:09 +00:00
<SideProject
2025-01-26 13:39:22 +00:00
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"
2025-01-26 13:01:15 +00:00
logos={[
2025-01-26 13:39:22 +00:00
"go-logo",
"htmx-logo",
2025-01-26 13:01:15 +00:00
"tailwind-logo",
"alpine-logo",
]}
2024-08-15 17:06:09 +00:00
>
2025-01-26 13:39:22 +00:00
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.
2024-08-15 17:06:09 +00:00
</SideProject>