Idea Generator Tutorial Part 2: Fetching Data with Authentication

Learn to fetch data from an API using authentication as I show you how I build an idea generator app from start to finish using JavaScript, HTML, and CSS. In this part of the tutorial, we focus on the Raindrops.io API, which requires authentication to get data. This intermediate tutorial will help you understand the basics of authentication, how to incorporate authentication into your fetch calls in JavaScript, and how to properly set up your project using the npm dotenv package so you can use Git or other version control methods to track your changes - without committing sensitive data such as authentication keys and secrets. This is part 2 of an 8 part tutorial. Check out the playlist here: https://youtu.be/-Y9Vovf01cI Follow along by cloning or forking the main branch here: https://github.com/ProfessorKolodziej/idea-generator