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
- Host: GitHub
- URL: https://github.com/ref-bit/lyricify-it
- Owner: Ref-Bit
- Created: 2020-05-02T16:30:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:57:33.000Z (about 2 years ago)
- Last Synced: 2025-01-18T04:29:09.992Z (about 1 year ago)
- Language: CSS
- Homepage: https://lyricify-it.netlify.app/
- Size: 662 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.