A minimal, elegant web application for finding song lyrics.
- Search for songs by title or artist
- Display lyrics for selected songs
- Copy lyrics with a single click
- Auto-suggest search results
- Clean, modern black and white UI
- Subtle animations for a polished experience
- Fully responsive design for all device sizes
- HTML5
- CSS3 (with animations and responsive design)
- Vanilla JavaScript (ES6+)
- Lyrics.ovh API for lyrics data
- Font Awesome icons
- Google Fonts (Montserrat)
- Open
index.htmlin your web browser - Enter an artist name, song title, or both in the search box
- Select from the suggested results or press Enter to search
- View the lyrics and use the copy button to copy them to your clipboard
This application uses the lyrics.ovh API to fetch song lyrics data:
- Search suggestions:
https://api.lyrics.ovh/suggest/{query} - Fetch lyrics:
https://api.lyrics.ovh/v1/{artist}/{title}
index.html- Main HTML structurestyle.css- Styling and animationsscript.js- Application logic and API interaction
This project is for personal use only.