For the first project in the #100Days100Projects I thought about working with a public API in order to get some data that would be displayed in a webpage – an usual thing to do with an API.
For that I chose to use TheMealDB‘s public API in order to get some random meals by pressing a button. Something straightforward!
Nice simple Javascript project using an API with the fetch
command and promises. A very simple CSS style sheet. Vanilla Javascript, no jQuery, frameworks or major CSS library. This back to basics approach is what most students should learn first.
via: https://www.freecodecamp.org/news/creating-a-random-meal-generator/