Spotify Sharer - Share your favorite albums

Spotify Sharer is a MERN stack app that displays four Spotify players that anyone can update with album URLs.

How to update albums in the players
  1. Go to any album on Spotify.
  2. Click the three dots next to the play button.
  3. Scroll down to "Share" in the dropdown menu.
  4. Select "Copy album link".
  5. Paste that URL into one of the four inputs and click the Update Album button for that input.
Frontend

The frontend uses React, TypeScript, and Axios for API calls, and the react-spotify-embed package to display Spotify players. The site is hosted on Vercel.

Backend

The backend uses Node.js and Express for the API. Spotify album URLs are stored in MongoDB.