Frontend code challenge for @payfully. A Little React/Redux app that consume the Spotify API.
(little improves out of time: branch)
- Login
- Search
- Song
yarn install
or npm install
`
Run dev enviroment:
yarn run dev
- NextJS: SSR React framework 100% customizable
- Redux Saga: A side effect library for asynchronous fetching
- Styled Components: CSS React components
- Recompose: A React utility belt for function components and higher-order components
- Immutable State with Immutable.js
- Unit Testing and Snapshot testing with Jest and Enzyme.
- Docs with JSDOCS