Skip to content

Web-app made using React JS and Musixmatch. It fetches the lyrics of any song you search for.

Notifications You must be signed in to change notification settings

sahillkumar/lyricFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Lyrics Finder App

Lyrics Finder is a React-based web application that allows users to search for songs and view their lyrics using the Musixmatch API. The app utilizes React Hooks and Context API for state management, providing a seamless and efficient user experience.

🚀 Features

  • Search for Songs: Enter the name of any song to find its lyrics.
  • View Lyrics: Displays lyrics fetched from the Musixmatch API.
  • Responsive UI: Clean and responsive user interface.
  • React Hooks: Utilizes useState, useEffect, and useContext hooks for state management.
  • Context API: Uses Context API to manage global state.

🛠️ Technologies Used

  • React: Frontend library for building user interfaces.
  • React Hooks: Simplifies state management and side effects in functional components.
  • Context API: Provides a way to share values between components without having to pass props down manually.
  • Musixmatch API: Fetches lyrics data for searched songs.
  • Axios: For making HTTP requests to the Musixmatch API.
  • CSS Modules/Styled Components: For styling components.

About

Web-app made using React JS and Musixmatch. It fetches the lyrics of any song you search for.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published