A simple Music player application which retrieves music data from backend and displaying and playing it in UI.
Backend : used Flask to run and test on local server
FrontEnd : used component based system similar to React && vue JS called OWL framework.
UI side: consist of 4 components - --> Root Component --> Search Component --> Music Data --> Songs Item --> Player
it displays a simple UI with search bar to search available music with keyword provided, on Success : it displays songs with 2 buttons add to playlist and play song. when play button is clicked it gets data from backend and play it on browser. Adds songs to playlist component ond add to playlist button click.