Spotify Downloader is a web application that allows users to download their favorite songs from Spotify. The app is built with Next.js and Tailwind CSS, providing a sleek and responsive user interface.
- 📥 Download Spotify tracks by URL
- 🔐 User authentication
- 📱 Responsive design
- ⚙️ Environment configuration with .env
- Next.js: React framework for server-side rendering and static site generation.
- Tailwind CSS: Utility-first CSS framework for styling.
- JavaScript: Main programming language.
- CSS: Styling language.
- Clone the repository:
git clone https://github.com/comethrusws/spotifydownloader.git
- Navigate to the project directory:
cd spotifydownloader
- Install Dependencies:
npm install
- Create a .env file and add your environment variables:
SPOTIFY_CLIENT_ID=your_spotify_client_id SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.