Skip to content

React music player with play / pause, skip forward / back and a drag handler to change the position of the song with a library of songs from chillhop.com

Notifications You must be signed in to change notification settings

atrp87/Chillhop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chillhop Player

React music player with play / pause, skip forward / back and a drag handler to change the position of the song with a library of songs from chillhop.com. Live demo here.

Table of Contents

General Information

  • This allowed me to consolidate core concepts and refresh working with hooks ( more time spent on class components ) before looking into state management ( Redux ).
  • This was also my fist real experience with Scss, I have a lot of appreciation for CSS as it seems like this never ending language where there is always something knew to learn.
  • Scss is a great addition as it’s very intuitive with nesting, variables and partials, I will definitely be using it in the future.

Technologies Used

Lessons Learned

  • Passing, deconstructing and drilling props
  • Modifying, passing and lifting state
  • Working with hooks such as useRef for capturing input values and useState

Screenshots

Chillhop Player Gif

Setup

npm install
npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

Project Status

Project is: complete ( This project provided a stopgap for working with hooks before undertaking a new project )

Acknowledgements

Contact

Created by drewpeattie@hotmail.com - feel free to contact me!

About

React music player with play / pause, skip forward / back and a drag handler to change the position of the song with a library of songs from chillhop.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published