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