A web application that combines Spotify's track search with lyrics retrieval functionality. (not yet completed)
- Search for songs using Spotify's API
- View detailed track information including artists and album
- Display song lyrics when clicking on a track
- Direct links to play songs on Spotify
- Responsive design for mobile and desktop
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- APIs:
- Spotify Web API (search functionality)
- lyrics.ovh API (lyrics retrieval)
- Node.js (v12 or higher)
- Spotify Developer account
- Spotify API credentials (Client ID and Client Secret)
- Clone the repository:
git clone https://github.com/yourusername/lyrics-finder.git
cd lyrics-finder