A sleek and simple Spotify song downloader built with React and Tailwind CSS.
- Clean, minimalist UI
- Easy-to-use single-input interface
- Real-time error handling
- Spotify song download functionality
- Responsive design
- React.js
- Tailwind CSS
- Rapid API (Spotify Downloader API)
- Vite
- Clone the repository
git clone https://github.com/sahilg28/songify.git
cd songify
- Install dependencies
npm install
- Create a
.env
file in the root directory and add your Rapid API key:
VITE_API_KEY=your_rapidapi_key_here
- Start the development server
npm run dev
- Copy a Spotify song URL
- Paste it into the input field
- Click the Download button
- Wait for your song to download
⭐ Star this repo if you found it helpful!