Simple react app. Find lyrics of songs using Musixmatch api
Site: https://lyrics-search-react.netlify.com/
I made this project to get familiar with react. Context-api is used instead of redux as the project is simple. Bootstrap-MD is used for styling. Axios is used for making all the requests.
How to use:
- On the landing page a search component is displayed along with the Top 10 songs of India at that moment.
- On the search field, you enter the song you want to see the lyrics of.
- After submitting the form, the matching results will be displayed. Click on the lyrics button of your song.
- you will be directed to the lyrics page of that song.
What next
This react app can be developed into a full fledged music search engine. Musixmatch api has many functions which can be used to make more a complete application.