A Simple React App that allows you to search for your favorite lyrics.
- Open your terminal and clone this repository.
- Get inside this folder and install node modules.
- Inside the root directory create a .env file
- Here I am using Musixmatch API to get lyrics. So create a free account there and get your free API key.
Open https://developer.musixmatch.com -> Get Started -> Free Plan - Get Started -> Enter your details -> Dashboard -> Applications -> API Key
- Write your API key in .env file
- Finally run the application