Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

Jammming React App

Project from Codecademy's Frontend Engineer Career Path

By Otoniel Mercado

This project was bootstrapped with Create React App.

Project Outline

Jammming is a React-based web application designed to facilitate music discovery using the Spotify Web API. Users can easily search for songs, artists, and albums, with the option to add selected tracks to a personalized playlist. Furthermore, they have the flexibility to rename the playlist and save it directly to their Spotify account for convenient access. Check out project

What I Learned

  • Creating static components
  • Passing props and state between components
  • Methods that update state
  • Requesting search result responses from the API
  • Converting returned responses to JSON
  • Obtaining API access tokens
  • Using promise chains to catch errors
  • Deploying the project using Surge

Deployment

Visit project here: Jamming App