React.App.-.23.August.2022.mp4
- Project to develop an application capable of playing songs from the most varied bands and artists, creating a list of favorite songs and editing the profile of the user logged in.
- Create App routes ✔️
- Create Identification Form ✔️
- Create Header Component ✔️
- Create Header Links for browser navigation ✔️
- Create Artist search Form ✔️
- Create Artist search API request ✔️
- Create Song list from selected album ✔️
- Create Mechanism to add songs to favorite list ✔️
- Create Request to recover favorite songs in album page ✔️
- Create Request to update favorite song list when song is added ✔️
- Create Mechanism to remove songs from favorite list ✔️
- Create Favorite song list in /favorites route ✔️
- Create Profile info in /profile route ✔️
- Create Edit profile form ✔️
Install it locally
- Open terminal and create a directory in your preferred location:
$ mkdir <Your directory name here>
- Access directory then clone the repository:
$ cd <Your directory name here>
$ git clone [email protected]:ViniGB/Project-Trybetunes.git
- Access the newly created directory:
$ cd Project-Trybetunes
- Install dependencies:
$ npm install