codex-lv3-may-2025

Intermediate Katas: API Integration 🚀

These intermediate katas focus on integrating with APIs using async/await and the fetch API. You’ll practice fetching data, transforming it with list patterns, and displaying it in React.

Kata List

Intermediate: API Integration (12-17)

  1. Kata 12: Fetch and Display Pokemon - Promises with fetch API and data transformation
  2. Kata 13: Fetch Pokemon with Async/Await - Async/await with fetch API
  3. Kata 14: Fetch Pokemon and Display Moves - Map pattern with fetched data
  4. Kata 15: Fetch All Pokemon and Display Names/Height - Map pattern with multiple API calls
  5. Kata 16: Fetch All Pokemon and Filter by Height - Filter pattern with fetched data
  6. Kata 17: Fetch All Pokemon and Calculate Total Weight - Reduce pattern with fetched data

Back to Kata Index