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

remove-bg/react-coding-challenge

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published