Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/meal-finder/

index.html /cody/bradtraversy/vanillawebprojects/meal-finder/index.html
10 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
readme.md /cody/bradtraversy/vanillawebprojects/meal-finder/readme.md
6 Views
0 Comments
## Meal Finder App

Search and generate random meals from the [themealdb.com](https://www.themealdb.com) API

## Project Specifi
script.js /cody/bradtraversy/vanillawebprojects/meal-finder/script.js
6 Views
0 Comments
const search = document.getElementById('search'),
submit = document.getElementById('submit'),
random = document.getElementBy
style.css /cody/bradtraversy/vanillawebprojects/meal-finder/style.css
6 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background: #2d2013;
color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif