Skip to main content

Posts

Featured

Spotify Clone

  Introduction : Spotify is Music application where we can Play/Pause, Repeat and adjust the volume of music. Spotify application is cloned using the Spotify Web API and ReactJS is used for the implementation. IDE: Visual Studio Hosting Environment: Firebase - Web Hosting Platform provided by Google Language used : JavaScript: Defines the Behavior of the page. HTML:  Defines the content of the page. CSS: Specify the layout of the page.  Creating ReactApp: spotify-clone folder is created. This will be the main working folder, which needs to be opened. Once opened terminal will appear at the bottom of the screen Below command is executed in terminal to insatll and setup ReactAPP:- npx create-react-app "Happy Hacking" will appear on the screen once the app is created Execute the below command to start the React App:- npm start On successful execution the app will open in the Default Browser with the IPs and port mentioned. The same has been shown in the below screenshot Fire...

Latest Posts