/Deezer-data-search

Deezer data search with react, redux, saga, reselect.

Primary LanguageJavaScript

Deezer-data-search

Application to display songtracks' informations returned by deezer's api. I used the following tools:

To run this project write the following in your terminal:

  1. npm install
  2. npm start
  3. Open localhost:3000 on your favorite webbrowser

As I used react boilerplate to start this project, you can look at this page to see a set of other npm commands you can run this project with.

I wrote some unit tests using jests which are located in app/containers/App/tests/selectors.test.js. You can run the the test suite using npm test. I changed the package.json file testRegex's variable so that only the tests in this file are run.