Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 673 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 673 Bytes

Music Player

This is an in-progress application that streams music to a users. Its functionality consists of playing songs, creating queues and viewing song information.

The aim

The aim of this project is to develop a better understanding of javascript frontend frameworks by creating a framework like vanilla js front end.

The stack

API - Interface created in Go which serves the purpose of handling music data, streaming the music live and handling user data. There The Web App - a purely vanilla html, css and typescript application that uses custome web componenets to create the compartmentilazition of frontend framework components and state management.