diff --git a/Week1/App.js b/Week1/App.js new file mode 100644 index 000000000..3e0660ccc --- /dev/null +++ b/Week1/App.js @@ -0,0 +1,81 @@ +'use strict'; + +/* global Util, Repository, Contributor */ + +class App { + constructor(url) { + this.initialize(url); + } + + /** + * Initialization + * @param {string} url The GitHub URL for obtaining the organization's repositories. + */ + async initialize(url) { + // Add code here to initialize your app + // 1. Create the fixed HTML elements of your page + // 2. Make an initial XMLHttpRequest using Util.fetchJSON() to populate your