Spotify Artist Album Finder

This is a React application that allows users to search for an artist and display their albums using the Spotify API. The application fetches an access token, searches for the artist by name, and displays a list of albums for the found artist.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

VITE_CLIENT_ID=your_spotify_client_id
VITE_CLIENT_SECRET=your_spotify_client_secret

You can obtain these values by creating an app on the Spotify Developer Dashboard.

Installation

To get started with the project, clone the repository and install the necessary dependencies:

git clone
cd album-finder
npm install

Usage

After installing the dependencies, you can start the application by running:

npm run dev

This will start the development server, and you can access the application at http://localhost:5173.