Skip to content

lyrics search app with musixmatch api where we can search for a song and get several details like album-id, song genre, favorites, etc.. i have used the country code us, you can change the country code and get the lyrics of your country.

Notifications You must be signed in to change notification settings

Shivamk99/view-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

  • react-router-dom: react-router-dom is made for Web application which helps to navigate through a React application with multiple views.
  • axios: Axios is a Javascript library used to make HTTP requests from node.js or XMLHttpRequests from the browser and it supports the Promise API.
  • API.
  1. Two Components I have used:
    • Layout
      • Navbar
      • Spinner
    • tracks
      • Lyrics
      • Search
      • Track
  2. We can view lyrics of the song of a particular country by changing the the country code. I have used country code as us
  3. Context API: Useful for sharing data that can be considered global.
  4. You can use it by cloning and then in your terminal install npm and run by npm install and npm start
  5. npm start Runs the app in development mode.

View Lyric

About

lyrics search app with musixmatch api where we can search for a song and get several details like album-id, song genre, favorites, etc.. i have used the country code us, you can change the country code and get the lyrics of your country.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published