Lyrical is a user-friendly tool that leverages the power of the Genius API to provide a seamless way to search for song lyrics. It's designed to make exploring and discovering lyrics a breeze, offering a clean and intuitive interface for users of all backgrounds.
Search Any Song: Quickly find lyrics for your favorite songs by searching using the Genius API.
Responsive Design: The web app is optimized for various devices, ensuring a consistent and enjoyable experience on desktops, tablets, and smartphones.
React: The app is built using React, providing a dynamic and efficient user interface.
Genius API: Leveraging the Genius API allows for accurate and up-to-date lyric data.
git clone [email protected]:vantage-ola/lyrical.git
Create .env file in root directory. Get your Genius API key here https://docs.genius.com/ and place it in this variable.
REACT_APP_API_KEY=[GENIUS_API_KEY]
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm start
Contributions and feedback are welcome! Feel free to fork the repository, open issues, or submit pull requests to enhance Lyrical.
I hope you enjoy exploring lyrics with Lyrical. Happy coding!