/w3d5-fetch-recipe-challange-luke-lilly

w3d5-fetch-recipe-challange-luke-lilly created by GitHub Classroom

Primary LanguageJavaScriptMIT LicenseMIT

recipe app

Contents

  1. Getting started
  2. Sections
  3. Link to deployed site
  4. Current Issues

Getting Started

To open the recipe app code base, clone down the code base from github, as shown below.

NB: Code is public

Link to github: https://github.com/SchoolOfCode/w3d5-fetch-recipe-challange-luke-lilly

Sections

The below shows the structure of the recipe app code pages their associated functions, the app was built in vanilla javascript, html & CSS.

index.html: standard HTML page where are elements are rendered (do not need to alter)

main.js: standard javascript page where async fetch request for API call is stored - linked via event listeners to ensure URL can be updated with users cocktail selection and then called on button click.

style.css: standard css page where all classes and Id's are stored to provide an appealing and easy to use UI for page visitors.

Link to deployed site

https://gettameal.netlify.app/

Current issues

N/A