Spotify-Clone is a React-based web application that serves as a fully functional mockup of Spotify. It is an assignment for a Full Stack Developer course, showcasing skills in API integration, React development, and crafting a user-friendly web application.
Check out Spotify-Clone in action! Visit the live demo here: http://music.petrella.info.
- Personalized Favorites Library: Log in to create and manage your own favorites list.
- 30-Second Song Previews: Thanks to the Deezer API, listen to short previews of songs.
- Fully Functional Music Player: A complete music player experience, optimized for desktop use.
- React: For building the user interface.
- Deezer API: For fetching song previews and details.
- CSS: For styling, with an emphasis on desktop optimization.
To get Spotify-Clone running locally:
- Clone the repository:
git clone [repository URL]
- Install dependencies:
npm install
- Start the application:
npm start
- Open
http://localhost:3000
in your browser to view it.