Skip to content

x0s3/detoxMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detox Music

Detox Music is a React app which consumes an api from itunes. You can search your favourite music and listen the preview. Stack used in that repo:

  • React
  • React-Redux
  • Redux-thunk
  • React-Router-Dom

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/x0s3/detoxMusic.git
$ cd detoxMusic
$ npm install / yarn
$ npm start / yarn start