Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishesh-pandey/v-music

v-music a place to try music
https://github.com/vishesh-pandey/v-music

api music music-app project react react-js spotify-api spotify-clone-with-react

Last synced: about 22 hours ago
JSON representation

v-music a place to try music

Awesome Lists containing this project

README

        

# v-music

v-music is a web application that allows users to search for music using the Spotify API and play 30-second song previews. It is built with React, Bootstrap, and the Spotify Web API ( throught nocodeapi ).

## Installation

To run this project locally, follow these steps:

1. Clone this repository using `git clone https://github.com/vishesh-pandey/v-music.git`
2. Install dependencies using `npm install`
3. Start the development server using `npm start`

## Usage

Once the development server is running, you can access the app by visiting http://localhost:3000 in your web browser. Here's how to use the app:

1. Enter a search term in the search bar and click the "Search" button
2. The app will fetch a list of tracks from the Spotify API and display them in a grid
3. Click the "Play" button on a track to play a 30-second preview of the song
4. Use the audio player controls to pause, resume, and adjust the volume of the song

## Contributing

If you would like to contribute to this project, feel free to submit a pull request or open an issue.