Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaelmoraes003/react-tunes
- Owner: rafaelmoraes003
- Created: 2022-07-25T17:52:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T02:50:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T23:16:01.748Z (almost 2 years ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
###
###
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.
###