Skip to content

codingwithdani/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

App that allows users to search songs by name, artist or genre and listen to music. https://music-player-theta.vercel.app/

As a User, you can:

  • Search songs by name, artist, or genre
  • See the results on a table
  • Click on the table headers to sort your results.
  • Select the song you want to listen and be redirected to a music player page
  • On the Player page, you can play/pause the track or go to the next or previous song.
  • Share the selected song on Twitter or Facebook

Available Scripts

In the project directory, you can:

Install dependencies:

npm install

Start development server:

npm start

Run tests:

npm test

Technologies used

  • JavaScript
  • create-react-app
  • React.js
  • Redux, Redux Toolkit & react-redux
  • Jest & react-testing-library
  • msw for mocking API Rest for testing
  • Standard for linter
  • Vercel for deployment

Releases

No releases published

Packages

No packages published