Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamestang12/lyric-search-web-app
A web application that allow user to search up song by the lyric
https://github.com/jamestang12/lyric-search-web-app
bootstrap javascript music musixmatch-api react
Last synced: 8 days ago
JSON representation
A web application that allow user to search up song by the lyric
- Host: GitHub
- URL: https://github.com/jamestang12/lyric-search-web-app
- Owner: jamestang12
- Created: 2020-03-23T23:26:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T22:41:20.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T22:20:14.691Z (over 1 year ago)
- Topics: bootstrap, javascript, music, musixmatch-api, react
- Language: JavaScript
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lyric Search Web Application
This application can use to search song lyrics using React built in context API along with the Musixmatch public API.
- [Link to demo](https://5eb261a73c1961616da2dfa5--lyricsearch12.netlify.app/)## Tools
* Javascript, React
Incorporating JavaScript and React improves the user experience of the web page by converting it from a static page into an interactive one.
* Musixmatch public API
Provide the data and information of the tracks.
* BootstrapFramwork is use to design the Web application provide a beeter user experience
## Functionality
- [x] Nice looking user interface
- [x] Shows the top 10 music tracks of the user region
- [x] Allow user to view more music tracks information such as the artists, album's name, publish date, lyrics and more
- [x] Allow user to search up track by the album's name, lyrics and the artists name