Allows users to search for song lyrics and translate the found lyrics into various languages.
You can use it at this address: https://lyrics-translator.netlify.app
- Search for songs by title and artist.
- Display song details (title, artist, album cover).
- Display song lyrics.
- Show an informative message when lyrics are not found.
- Translate lyrics into a selected language (uses Google Translate's unofficial API).
- Loading indicators while fetching data and translating.
- Simple and responsive interface (with Tailwind CSS).
- React
- Vite
- Tailwind CSS
- JavaScript (ES6+)
- Lyrics API (Consider specifying which one if applicable)
- Google Translate API (Unofficial)
Follow these steps to run the project on your local machine:
-
Clone the Project:
git clone https://github.com/onaranyusuf/lyrics-finder.git cd lyrics-finder
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Open
http://localhost:5173
(or the port specified by Vite) in your browser.
Give a ⭐️ if this project helped you!