parent
b47cf8261f
commit
afc04d5883
@ -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…
Reference in new issue