Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://embed-ssl.wistia.com/deliveries/e6424283f8d290d212e0ef7f2f7b056f6298e4a2.jpg

lesson

How to Build a Spotify Individual Playlist Page in ReactBuild a Spotify Connected App

Build out and style a page for each playlist and let users sort tracks by audio features

https://image.mux.com/jZTTJ9sIueBJn4THzyG8EnAgAVWyS1uoSwaySJlch5E/thumbnail.png?time=0

lesson

How to Fetch Spotify API Data with Credentials with AxiosBuild a Spotify Connected App

Use axios to send a request to the Spotify Web API and render response data on the front end

https://s3.amazonaws.com/assets.fullstack.io/n/20211209203901209_CoverImage_SpotifyConnectedApp.png

lesson

Optimize React and Express.js code with npm concurrentlyBuild a Spotify Connected App

Streamline development in a client/server architecture with Concurrently

https://s3.amazonaws.com/assets.fullstack.io/n/20211209203901209_CoverImage_SpotifyConnectedApp.png

lesson

How to Pass OAuth Tokens to a React AppBuild a Spotify Connected App

Use Create React App to quickly spin up a React front end and pass OAuth tokens from server to client

https://image.mux.com/IjNE7FzXfz2j9aM3fKkOYWaPXLJ1gd2GpK02R5WMJf84/thumbnail.png?time=0

lesson

How to Implement OAuth Flow in Express and Node.jsBuild a Spotify Connected App

Build out Spotify's Authorization Code OAuth flow with Express