🎵 🔍 Simple web app for iTunes search with React (v16)
If you like this one and you also like Redux, there is a Redux implementation version here. Please check it out.
http://leoj.js.org/react-iTunes-search/
To know more detail, please read my post.
git clone git@github.com:LeoAJ/react-iTunes-search.git
cd react-iTunes-search
yarn
Run webpack dev server with react-hot-loader 3
yarn start
and go to localhost:3000
Use webpack minify plugin
yarn deploy
run eslint, using eslint-config-airbnb rules.
yarn lint
flow-typed install
yarn flow
Use Jest
yarn jest
run both lint
, flow
and jest
yarn test
- React (v16)
- Babel 6
- ES6/ES7 (async/await)
- Webpack
- React-hot-loader 3
- PostCSS
- Eslint
- Materialize
- iTunes search API
- Flow
- Jest
- Enzyme
MIT