This MOdern Music Player also known as Bug-Hunter Lyriks application (erstwhile) is a music application that allows users to view and listen to songs with their lyrics. The application provides a simple and intuitive interface for searching and streaming music, as well as displaying the lyrics for each song in real-time. It is a one-stop destination for all your music needs, offering a wide range of popular and lesser-known tracks from various artists and genres.
Visit the application live demo.
https://bughunters-lyriks.vercel.app/
This application is built using many in-demand technologies, including Next.js for server-rendered React apps,, Redux Toolkit for managing application state, and Tailwind for rapid UI development. The application also utilizes the Shazam API to provide music recognition and discovery functionality. These technologies were carefully chosen to provide music lovers with a reliable and user-friendly experience.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
git
If you want to clone the project from GitHub and work with it locally, you will need to have Git installed on your system. You can download and install Git from the official website (https://git-scm.com/).
Node.js
The application requires Node.js to be installed on your system in order to run. You can download and install the latest version of Node.js from the official website (https://nodejs.org/).
npm (Node Package Manager)
npm is the package manager for Node.js, and is used to manage the dependencies and packages required for your Next.js project. It is installed automatically when you install Node.js.
To check if npm is installed on your system, you can open a terminal or command prompt and enter the following command:
npm -v
Once you have these prerequisites in place, you can proceed to clone the project from GitHub using Git.
Installing
Make sure you have all the necessary prerequisites installed on your system. Follow the below steps to install the setup the project on your machine:
Open a terminal or command prompt and navigate to the directory where you want to clone the project.
Run the following command to clone the project from GitHub:
git clone https://github.com/sethumadh/Modern-Music-Player.git
This will create a new directory called "BitByBit_Lyriks" in the current location, containing the code for the Lyrics project.
Navigate to the project directory by running the following command:
cd Modern-Music-Player-main
Run the following command to install the project's dependencies using npm:
npm install
To use the Lyrics project, you must set up some environment variables on your development machine. Here are the steps to follow:
.env
file in the root of the project..env
file, replacing the placeholder values with your own:NEXT_PUBLIC__SHAZAM_CORE_RAPID_API_KEY=<your-shazam-api-key>
.env
file.This environment variable is required for accessing the RapidAPI Shazam Core API, which is used to retrieve songs and their lyrics, as well as to search for and display top global songs, artists, and charts. Be sure to replace the placeholder value with your API key obtained from the RapidAPI Shazam Core service.
Once the dependencies are installed, you can run the project locally by running the following command:
npm start
This will start the development server and open the Lyrics application in your default web browser.
We welcome contributions to Lyrics! If you have an idea for a new feature, an improvement to an existing feature, or a bug fix, please open an issue to discuss it before submitting a pull request. This helps me to review and understand your changes more efficiently.
To contribute code to Lyrics:
Please ensure that your code follows the coding style and standards used in the rest of the project. Thank you for your contribution to Lyriks! We appreciate your efforts to help make this a great music application.