Skip to content

A dinner planner in vanilla JS. Interaction Programming and the Dynamic Web - DH2642 @ KTH Royal Institute of Technology

Notifications You must be signed in to change notification settings

rintala/dinnerplanner-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interaction Programming - Lab 3

=================================================

This branch contains lab 3. For more details on the assignment, follow the instructions on the course website.

Implemented the GSC in src/app.js and let index.html contain all the views.

Testing

Open test.html in the browser and tests should run automatically

Config

The API calls requires an API key, which is placed in a config.js file. Therefore you need to create such a file and place it at the root. Then add the content below to your config file, and replace the dummy string with your API-key:

const config = {
  SECRET_API_KEY: "your-api-key-goes-here"
};

About

A dinner planner in vanilla JS. Interaction Programming and the Dynamic Web - DH2642 @ KTH Royal Institute of Technology

Resources

Stars

Watchers

Forks

Packages

No packages published