API
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
-
Trivia Game: Connecting To the Open Trivia API
@amy 24384 Views1336 Views 2 Likes 0 CommentsThe first cast in the series where I will be building out a simple trivia app using the Open Trivia Database API. In this Cast, we connect and make a fetch request to the API using Javascript's fetch and async-await.
-
Trivia Game: Setting Up The Structure
@amy 24384 Views344 Views 2 Likes 0 CommentsIn this Cast, we continue making our trivia game app. We set up the structure and begin to build out the pieces we will use in this game.
-
Trivia Game: Shuffling Our Question Array
@amy 24384 Views230 Views 2 Likes 0 CommentsIn this Cast, we continue building out our trivia game and work on shuffling our questions. We will be shuffling our array using the Fisher-Yates shuffle method.
-
Trivia Game: Finishing The Game Structure
@amy 24384 Views203 Views 2 Likes 0 CommentsIn this Cast, I continue building out the trivia game and finish off the structure of our application.
-
Trivia Game: The Logic
@amy 24384 Views223 Views 2 Likes 0 CommentsIn this cast, we finish building out the trivia app by adding all the logic needed to make the application work.
-
Trivia Game: The Styling
@amy 24384 Views205 Views 3 Likes 0 CommentsIn this Cast, we do all the styling to make our trivia game look better. You can find the trivia game here: https://amyoulton.github.io/api-trivia-game/
-
Document Signature App with Canvas
@kauress 12704 Views74 Views 0 Likes 0 CommentsOverview of the document signature app that you will be building.
-
138 Views 0 Likes 0 Comments
A brief overview of the HTML and CSS in the app.
-
Introduction to Fetch API | Part One
@kauress 12704 Views229 Views 0 Likes 0 CommentsA brief introduction to fetch API to kickstart a series of projects using APIs.
-
Introduction to Fetch API | Part Two
@kauress 12704 Views139 Views 0 Likes 0 CommentsA brief introduction to fetch API to kickstart a series of projects using APIs. Here will show the placeholder data on a webpage.
-
399 Views 0 Likes 0 Comments
Let's make a recipe app using Fetch() and Spoonacular's API. In our app when someone searches for a certain dish or ingredient they will be returned with a list of recipes that they can try.
-
266 Views 0 Likes 0 Comments
Let's take a look at the HTML and CSS for our recipe project before we start coding the functionality using JavaScript.
Looks like you've reached the end!