pull/273/merge
Laisa Costa 2 years ago committed by GitHub
commit 6f9ae730de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,32 @@
# Lyrics Finder App
**Tier:** 3-Advanced
Find the lyrics of a certain song as well as the artist.
- This application will help users find the lyrics of a song, including its artist.
- Resource needed for the project is a lyrics API.
## User Stories
- [ ] User can see all the last searched lyrics on the front page
- [ ] User can choose an artist to go to their page, which will have all of its songs featuring the lyrics
- [ ] User can click on any of the songs to go to their own separate page
## Bonus features
- [ ] User can choose to see lyrics by the song's genre
- [ ] User can create an account
- [ ] User can create lists of songs.
## Useful links and resources
- [MusixMatch](https://developer.musixmatch.com/)
- [Lyrics.ovh](https://lyricsovh.docs.apiary.io/#)
- [Vagalume API](https://api.vagalume.com.br/docs/)
## Example projects
[React Lyric Finder by JotaRaffali](https://github.com/JotaRaffalli/React-Lyric-Finder)
[An alsong lyric finder for node by HelloWorld017](https://github.com/HelloWorld017/node-alsong)
Loading…
Cancel
Save