Skip to content

EuclidStellar/Music-App

Repository files navigation

# Flutter Shazam Music App

A simple and sleek music app built with Flutter that utilizes Shazam RestAPIs to bring you the latest music trends.

## Features

- **Music Discovery:**
  - Explore and discover trending music.
- **Search:**
  - Search for your favorite songs and artists.
- **Playback:**
  - Listen to music with built-in audio playback.

## Technologies Used

- [Flutter](https://flutter.dev/) - UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
- [Shazam API](https://www.shazam.com/) - Music discovery service that helps users identify songs.

Getting Started

Prerequisites

  1. Make sure you have Flutter installed. If not, follow the instructions on the Flutter website.

Installation

  1. Clone the repository:

    git clone https://github.com/EuclidStellar/Music-App/
  2. Navigate to the project folder:

    cd Music-App
  3. Open the project in your preferred Flutter development environment.

  4. Run the app:

    flutter run

Usage

  1. Explore Trending Music:
    • Launch the app to discover the latest trending music.
  2. Search for Music:
    • Use the search functionality to find your favorite songs or artists.
  3. Playback:
    • Enjoy the built-in audio playback feature to listen to your favorite tracks.

Contribution

Contributions are welcome! If you have improvements, suggestions, or bug fixes, feel free to open an issue or create a pull request.

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature-name
  5. Open a pull request.

Please make sure to follow the code of conduct and contribution guidelines.

License

This project is licensed under the MIT License.

Author


Discover and enjoy the latest music trends with the Flutter Shazam Music App! 🎵✨

 Customize the content further based on your app's specifics.