Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beterrabaa/spotify-search

A simple application for search your favorites artists albums.
https://github.com/beterrabaa/spotify-search

reactjs spotify

Last synced: 11 days ago
JSON representation

A simple application for search your favorites artists albums.

Awesome Lists containing this project

README

        

# Spotfiy Search

In this project, a simple application for search your favorites artists albums.

![Tela de pesquisa](./src/img/Captura%20de%20tela%20de%202023-07-02%2021-16-22.png)
## Installation

Clone and install the dependencies for `spotify-search` locally:

```bash
git clone [email protected]:Lerpardo/spotify-search.git
cd spotify-search
npm install
```

## Deployment

To view this project run

```bash
npm start
```
Open [localhost](http://localhost:3000) to acess the app.

## Lessons Learned

In this project, I used the Web API Spotfy to access data.

## Feedback

If you have any feedback, please reach out to us at [email protected]

## Run Locally

Start the app.

```bash
npm start
```