Skip to content

TejaTadepalli/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player App

This project was bootstrapped with Create React App.


About

The Music Player App has been made with basic React concepts. It is a simple music player app that allows you to play, pause, skip, and go back to the previous song.


Concepts Learnt:

  • react-icons
  • react-sound
  • IconContext

IconContext is used for changing the format and color of the icons under react-icons.

Output:

Output Screen


Notes:

  • Need to add more songs to the playlist.
  • Need to be able to change the volume of the song.
  • Need to be able to shuffle the songs.
  • Need to be able to repeat the songs.
  • Can change the names of songs when adding more songs.