Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmoraes003/react-tunes

Streaming service made using the Itunes API and React.
https://github.com/rafaelmoraes003/react-tunes

javascript react reactjs

Last synced: 1 day ago
JSON representation

Streaming service made using the Itunes API and React.

Awesome Lists containing this project

README

        

React Tunes

###

In this project, the iTunes/Apple API was used to search for albums and songs by artists that are searched on the page and listen to the songs found in the search. In addition, it is possible to favorite songs (which are saved in the local storage) and edit the user profile.

###

Technologies used

###


javascript logo
react logo

###

How to use the application

###

Clone the application using the `git clone` command. After that, enter the project folder using the `cd react-tunes` command and run the `npm install` command. After installation, use the `npm start` command.

###