Currently, I am a novice in JavaScript and am working on developing a web application for my school project using Electron.js. At the moment, my project consists of JS, CSS, and HTML code only.
You can view the homepage of my program on Codepen.
[Codepen](https://codepen.io/Shant7/pen/NWLJZge)
It includes an index.html page serving as the login page for users. Furthermore, there is a homepage.html page with a navigation bar that allows users to access different features via HTML buttons. All current features are created using HTML, JS, and CSS.
We aim to follow this tutorial https://www.youtube.com/watch?v=I1cpb0tYV74&t=3595s to implement a Spotify-like functionality enabling users to search and play music.
The source code for this tutorial can be found here https://github.com/adrianhajdin/project_music_player, utilizing Tailwind, React, Redux, and RapidApi.
I wanted to inquire if it's feasible to integrate this feature into our existing project and if you have any recommendations or advice on how to do so?
I've explored possibilities to achieve this using JS, HTML, and CSS exclusively, but haven't come across tutorials that facilitate playing songs, which is crucial for this functionality.