Complete the fetch kata that uses the Fetch API and the map() method to fetch and display data from an API.
📖 Complete the kata: Kata 12: Fetch and Display Pokemon (Promises)
Optional: Also try Kata 13: Fetch and Display Pokemon (Async/Await) to see the async/await approach.
Then extend it to use map() to display multiple pokemon from a list endpoint.
Recommended next steps:
https://pokeapi.co/api/v2/pokemon?limit=20 to get a list.map() to display multiple pokemonSubmit the following through Moodle:
map() to display multiple pokemon?.map() to transform and display data)Total: 100 points
Questions? Ask in the discussion forum or review the React documentation on useEffect.
Good luck! 🚀