Skip to content

This web app can search songs, create playlist and fav list 😉.

Notifications You must be signed in to change notification settings

vimal-oneway/musicApp

Repository files navigation

Music app

localhost_5173_ (6)

I posted screenshots in screenshots dir open screenshots

Features

  • Playlists
    • Create multiple playlist
    • Delete playlist
    • add and remove songs in a playlist
  • Favourites
    • add song to favourite
    • remove song form favourite
  • You can play music, This app can redirect you to shazam website to play musics

How to run this in my local computer?

Client

1 install all packages

npm i 

if you don't install typescript, it can be install by following command

npm i typescript

2 run the web app in development by following comman

npm run dev

3 For build the web app

npm run build

Server

docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:21.1.1 start-dev

for references:- keycloak with docker

Cerdits