Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beterrabaa/spotify-search
- Owner: beterrabaA
- Created: 2023-01-23T02:54:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T00:19:52.000Z (over 1 year ago)
- Last Synced: 2023-07-03T01:22:15.848Z (over 1 year ago)
- Topics: reactjs, spotify
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
## InstallationClone and install the dependencies for `spotify-search` locally:
```bash
git clone [email protected]:Lerpardo/spotify-search.git
cd spotify-search
npm install
```
## DeploymentTo 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
```