App that allows users to search songs by name, artist or genre and listen to music. https://music-player-theta.vercel.app/
- 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
In the project directory, you can:
Install dependencies:
npm install
Start development server:
npm start
Run tests:
npm test
- 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