This web application allows a user to seamlessly transfer their playlists from Spotify to Apple Music.
-
Frontend: Developed a type-safe and responsive frontend using TypeScript, React, JavaScript, HTML, CSS, and the Vite dev environment.
-
Backend: Designed and implemented a RESTful API using Spring Boot to connect and handle requests to the Spotify Web API. Also, utilized Java to handle and parse data from the Spotify API.
-
Clone the repository: https://github.com/leulmesfin/transfer-playlists.git
-
Install Dependencies: npm i
-
Start the frontend client: npm run dev
-
Run the backend api: [under construction]