Skip to content
/ wrapped Public

A Web-based “Spotify Wrapped” app using the official Spotify Web API (Authorization Code Flow with PKCE). Displays weekly, monthly, and yearly listening stats with modern visuals, charts, and animations.

Notifications You must be signed in to change notification settings

sd3v/wrapped

Repository files navigation

Spotify Wrapped

Your personal Spotify analytics dashboard - see your top tracks, artists, and genres.

Dashboard

Quick Start

1. Create a Spotify App

Go to developer.spotify.com/dashboard and create a new app.

Set the Redirect URI to:

http://127.0.0.1:5173/callback

2. Setup

git clone [email protected]:sd3v/wrapped.git
cd wrapped
npm install
cp .env.example .env
# Add your VITE_SPOTIFY_CLIENT_ID to .env
npm run dev

Open http://127.0.0.1:5173

Tech Stack

React • TypeScript • Tailwind CSS • Framer Motion • Recharts

About

A Web-based “Spotify Wrapped” app using the official Spotify Web API (Authorization Code Flow with PKCE). Displays weekly, monthly, and yearly listening stats with modern visuals, charts, and animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published