AbhisekhNayek / Spotify-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Spotify App ๐ŸŽต

A React Native app that allows users to interact with the Spotify API and explore music features.

Table of Contents

Features โœจ

  • Authenticate with Spotify API
  • Fetch user's playlists, top tracks, and more
  • Play and control music tracks
  • Search for artists, albums, and tracks

Installation ๐Ÿš€

  1. Clone the repository:

    git clone https://github.com/AbhisekhNayek/Spotify-App.git
    cd your-repo
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Set up your Spotify API credentials:

    • Visit the Spotify Developer Dashboard.

    • Create a new app.

    • Copy the Client ID and Client Secret.

    • Create a .env file in the project root and add your credentials:

      SPOTIFY_CLIENT_ID=your-client-id
      SPOTIFY_CLIENT_SECRET=your-client-secret
      REDIRECT_URI=your-redirect-uri
      

Usage ๐ŸŽฎ

  1. Start the React Native development server:

    npm start
    # or
    yarn start
  2. Run the app on an emulator or device:

    npm run android
    # or
    npm run ios

Screenshots ๐Ÿ“ธ

Include screenshots or GIFs demonstrating your app's functionality. You can create a folder named screenshots or assets to store these files.

Contributing ๐Ÿค

Feel free to contribute to this project. Follow the contribution guidelines for more details.

License ๐Ÿ“„

This project is licensed under the MIT License.

About


Languages

Language:JavaScript 86.8%Language:Ruby 6.8%Language:Objective-C++ 5.6%Language:Objective-C 0.6%Language:Swift 0.2%