Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.36 KB

React coding challenge

💻 Setup

  • Install Git
  • Install Node.js 16.17.0
  • Install Yarn 1.12.19
  • Pull the repository
  • Run yarn install
  • Run yarn test
  • Start the local dev server with yarn dev

💡 Synopsis

We want to create a custom Spotify interface that will be mounted to the wall in the office gaming room. It will be permanentely connected to the Kaleido Spotify account and display the newest releases and featured playlists the users can select to start the music in this room.

🚀 Getting started

  • Run all the Setup steps
  • All required API endpoints and credentials can be found in src/config.ts.
  • You may use any libraries you want, but please don't use any already existing spotify client libraries.
  • Feel free to reorganize the project structure as you see fit.

📖 Requirements

  • Fetch and display albums released this week
  • Fetch and display featured playlists
  • Fetch and display featured categories

❌ Non-requirements

  • Server-side API calls
  • SSR
  • SEO

📎 References

🖼️ Screenshot

screenshot