An open API service indexing awesome lists of open source software.

https://github.com/ref-bit/lyricify-it

A web app to find your favorite songs lyrics
https://github.com/ref-bit/lyricify-it

Last synced: 11 months ago
JSON representation

A web app to find your favorite songs lyrics

Awesome Lists containing this project

README

          

## Lyricify It πŸŽΆπŸ“œ
A web app to find your favorite songs lyrics.

***

#### Built With

- [React.js](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [musixmatch](https://developer.musixmatch.com/) - Bring lyrics on your application with the Musixmatch API.
- [Tailwind CSS](https://tailwindcss.com/) - A Utility-First CSS Framework for Rapidly.

#### Getting Started

- Save `.env.example` file into `.env`.
- Register a new account in [musixmatch](https://developer.musixmatch.com/) and add your API key in `.env` file.
- Run `npm install && npm start` to run the app successfully.