项目作者: kokospapa8

项目描述 :
Itunes search sample app using react
高级语言: JavaScript
项目地址: git://github.com/kokospapa8/react-itunes-search.git
创建时间: 2020-04-21T13:19:41Z
项目社区:https://github.com/kokospapa8/react-itunes-search

开源协议:

下载


Name of the project · Build Status npm PRs Welcome GitHub license

React app using iTunes search API

preview
github page

This is an sample react app to demonstrate ‘hook’, credits to
samie820

Installing / Getting started

you need Node (≥ 6)

  1. > npm install -g create-react-app
  2. > npm install gh-pages --save-dev
  3. > npm install --save react-bootstrap
  4. > npm install --save react-infinite-scroll-component
  5. > npm install --save react-window
  6. > npm install --save styled-components
  7. > npm start

Built With

React, reducer

Prerequisites

N/A

Tests

npm test

deploy

refered this react-gh-pages to deploy this on github

  1. > npm run deploy
  2. > git add .
  3. > git commit -m "<message>"
  4. > git push origin master

Api Reference

iTunes Search API
swagger

I used itunes search api to get results of albums and more

TODO:

Credits