Musica is a web application that utilizes the Spotify API to showcase search results from the Spotify music library. It presents song details such as cover art, name, artist name, publish date, and provides direct Spotify links to each song.
Link = https://musica-opal.vercel.app/
Musica provides a seamless way to search and discover music using the Spotify API. Users can search for songs and view detailed information presented in a visually appealing card format.
- Search for songs using a search bar.
- Display search results in cards showing cover art, song name, artist name, publish date, and Spotify link.
- Directly link to Spotify for each song to listen or add to playlists.
- Vite: Fast build tool that provides a modern development environment.
- JavaScript/TypeScript: Core programming languages used for client-side scripting.
- HTML/CSS: Structure and styling of the web application.
- Spotify API: External API used for retrieving music data.
- Clone the repository:
git clone https://github.com/aman090304/Musica.git cd Musica
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and navigate to http://localhost:5173.
- Use the search bar to enter a song name and view the search results displayed in cards.
- Contributions are welcome! Please follow these steps to contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes, /then commit:
git commit -m 'Add some feature'
-
Push to the branch:
-This project is licensed under the MIT License. See the LICENSE file for details.
Give a ⭐️ if this project helped you!