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
- Kata 12: Fetch and Display Pokemon - Promises with fetch API and data transformation
- Kata 13: Fetch Pokemon with Async/Await - Async/await with fetch API
- Kata 14: Fetch Pokemon and Display Moves - Map pattern with fetched data
- Kata 15: Fetch All Pokemon and Display Names/Height - Map pattern with multiple API calls
- Kata 16: Fetch All Pokemon and Filter by Height - Filter pattern with fetched data
- Kata 17: Fetch All Pokemon and Calculate Total Weight - Reduce pattern with fetched data
← Back to Kata Index