This is demo application, using iTunes free search API. Technologies used HTML5, react.js, redux, CSS3
You can check out live demo here https://anjum121.github.io/react-itune-search/
You should have latest node installed in your computer.
git clone https://github.com/anjum121/react-itune-search.git
For this demo I am using Itune's free API to get music collection and songs etc.
The iTunes Search API can be found at: https://affiliate.itunes.apple.com/resources/documentation/itunes-store-webservice-search-api/
Once you copy/clone repo locally you are good to go. just do npm install
inside cloned project, it will take a while depend on your network speed.
open terminal inside project folder and cd to ./
folder then run npm start
your server will be up and running, & it will open appliation.
if you want to do scss/css changes, you need to run npm npm run build-css
or npm run watch-css
to watch your style chagnes
Currently, component supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer. Latest Mobile browsers are tested.