Sound Shuttle is a seamless web application developed using Next.js, TypeScript, ShadCN, and Tailwind CSS that allows users to effortlessly transfer music playlists between YouTube and Spotify. By leveraging the Google Data API and Spotify API with OAuth 2.0, Sound Shuttle provides a secure and streamlined experience for managing playlists across multiple platforms. Watch demo at - https://youtu.be/6hG34ByJBy8
- Cross-Platform Playlist Transfer: Easily transfer playlists between YouTube and Spotify with just a few clicks.
- Secure Authentication: Integrated OAuth 2.0 ensures that user data is secure and that access is only granted to authorized users.
- User-Friendly Interface: Built with Tailwind CSS for a modern and responsive design, making it easy to navigate and use.
-
Frontend:
-
APIs:
To install Sound Shuttle, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/sound-shuttle.git
- Navigate to the project directory:
cd sound-shuttle - Install the dependencies:
npm install
To start using Sound Shuttle, run the following command:
npm start