This application allows users to create custom wallpapers using album art from Spotify. Users can search for album covers, customize the background with solid colors or gradients, and apply shadow effects. The final wallpaper can be downloaded as an image file.
- Search Albums: Search for album covers using the Spotify API.
- Custom Backgrounds: Choose between solid colors, auto-generated gradients, or custom gradients.
- Shadow Effects: Apply uniform, custom, or directional shadow effects to the album cover.
- Canvas Size Options: Select different canvas sizes for the wallpaper.
- Album Size Adjustment: Adjust the size of the album cover on the canvas.
- Color Picker: Use the color picker tool to choose a color from the album.
- Download Wallpaper: Download the created wallpaper as a PNG image.
Screen.Recording.2024-11-15.162514.mp4
- Clone the repository:
git clone https://github.com/DhruvSinha2003/album-art-wallpaper.git
- Install dependencies:
npm install
- Create a .env file with your Spotify API credentials:
REACT_APP_SPOTIFY_CLIENT_ID= client id
REACT_APP_SPOTIFY_CLIENT_SECRET= client secret
- Start the development server:
npm start