Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

APIs for Beginners – How to Use an API (freeCodeCamp)

This repository contains my code, notes, and exercises from the "APIs for Beginners" full course by freeCodeCamp.org.

Course Overview: This beginner-friendly course teaches the fundamentals of working with APIs. I learned how to:

  • Understand what an API is and how it works
  • Make API requests using tools like Postman or Fetch
  • Read and parse JSON data
  • Build a simple backend API
  • Use JavaScript to consume third-party APIs

Topics Covered:

  • HTTP requests (GET, POST, etc.)
  • RESTful API concepts
  • Using fetch() in JavaScript
  • Working with JSON data
  • API keys and authentication
  • Building your own API

Technologies Used:

  • JavaScript (Vanilla)
  • Node.js / Express
  • Postman
  • JSON

Original Course Video: Watch on YouTube

About

This repository contains my code and notes from the [freeCodeCamp "APIs for Beginners" course](https://www.youtube.com/...)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors