anjum121 / react-itune-search

iTunes search API, using React, Redux, CSS3, HTML5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-itune-search

About

This is demo application, using iTunes free search API. Technologies used HTML5, react.js, redux, CSS3

Demo

You can check out live demo here https://anjum121.github.io/react-itune-search/

Prerequisite

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.

Base configuration for styles

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

Screen shots

alt text

alt text

alt text

alt text

Compatibility

Currently, component supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer. Latest Mobile browsers are tested.

About

iTunes search API, using React, Redux, CSS3, HTML5

License:MIT License


Languages

Language:CSS 67.8%Language:JavaScript 24.3%Language:HTML 8.0%