Skip to content

Martinez-Emmanuel/lyrically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Lyrically

A minimal, elegant web application for finding song lyrics.

Features

  • 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

Technologies Used

  • HTML5
  • CSS3 (with animations and responsive design)
  • Vanilla JavaScript (ES6+)
  • Lyrics.ovh API for lyrics data
  • Font Awesome icons
  • Google Fonts (Montserrat)

How to Use

  1. Open index.html in your web browser
  2. Enter an artist name, song title, or both in the search box
  3. Select from the suggested results or press Enter to search
  4. View the lyrics and use the copy button to copy them to your clipboard

API Information

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}

File Structure

  • index.html - Main HTML structure
  • style.css - Styling and animations
  • script.js - Application logic and API interaction

License

This project is for personal use only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published