Skip to content

Frontend code challenge for @payfully. React/Redux app that consume the Spotify API.

Notifications You must be signed in to change notification settings

sachgits/spotify-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-client

Frontend code challenge for @payfully. A Little React/Redux app that consume the Spotify API.

(little improves out of time: branch)

Views:

  • Login
  • Search
  • Song

How to run it:

yarn install or npm install `

Run dev enviroment:

yarn run dev

What I used it:

  • 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

What could be add to it (with more time)

  • Immutable State with Immutable.js
  • Unit Testing and Snapshot testing with Jest and Enzyme.
  • Docs with JSDOCS

About

Frontend code challenge for @payfully. React/Redux app that consume the Spotify API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%