Welcome

Objectives: 1. Set up our folder and file structure for API Fundamentals.

JavaScript Fundamentals Folder Setup

  1. Open up your javascript-library project in Visual Studio Code.

  2. Collapse down your 2-JavaScript-DOM-Manipulation folder, if it's open.

  3. Open the 3-API-Fundamentals folder.

  4. Set up the following folders inside of 3-API-Fundamentals:

     javascript-library
         └── 0-JavaScript-PreWork
         └── 1-JavaScript-Fundamentals
         └── 2-JavaScript-DOM-Manipulation
         └── 3-JavaScript-API-Fundamentals
             └── 1-Intro-to-APIs
             └── 2-Asynchronous-Programming
             └── 3-Fetch
                 └──01-Star-Wars
                 └──02-Unsplash
             └── 4-Apps
                 └──01-New-York-Times
                 └──02-YouTube
                 └──03-GoogleMaps

Last updated