Lyrics App is a web application built with Blazor Server that allows users to search for song lyrics of their favorite artists. The app fetches data from a lyrics API and displays the lyrics in a user-friendly format.
- Search for song lyrics by artist name or song title.
- View lyrics and song information, such as artist name, song title, and album cover.
- Responsive design for a seamless experience on desktop and mobile devices.
- Blazor Server
- C# (.NET/ASP.NET)
- HTML, CSS
- Lyrics API (Genius - Song Lyrics API)
- Visual Studio
- Radzen Blazor Studio
- Clone this repository:
git clone https://github.com/ytc8717/lyrics-app-blazor.git
- Open the project in Visual Studio or your preferred IDE.
- Build and run the application.
To use the Lyrics App, you must obtain an API key from the lyrics API provider (https://rapidapi.com/Glavier/api/genius-song-lyrics1). Once you have the API key, follow these steps:
- Open
GeniusApiService.cs
and replaceapiKey
with your API key.