This project uses an exercise API which allows users to pick a muscle group and displays 3 exercises they can do using that muscle group.
Checkout my project here: https://jacinthadev.github.io/simple-api-1/
Tech used: HTML, CSS, JavaScript
This API used AJAX, so I learned how to fetch using AJAX. Also, I gained experience dealing with the quirks of APIs. This API sometimes returned duplicates of exercises, so I had to control for that in my code.
Take a look at similar projects!
Weather App: https://github.com/JacinthaDev/Weather-API
Tic-Tac-Toe: https://github.com/JacinthaDev/Tic-Tac-Toe
Avatar The Last Airbender Slot Machine: https://github.com/JacinthaDev/Slot-Machine