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 24418 ViewsJun 24, 2021, 5:25 PM UTC 1337 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 24418 ViewsJun 24, 2021, 5:32 PM UTC 345 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 24418 ViewsJun 24, 2021, 5:53 PM UTC 231 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 24418 ViewsJun 24, 2021, 6:06 PM UTC 203 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 24418 ViewsJun 24, 2021, 6:32 PM UTC 223 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 24418 ViewsJun 24, 2021, 6:53 PM UTC 205 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 12706 ViewsMar 7, 2022, 6:15 AM UTC 74 Views 0 Likes 0 CommentsOverview of the document signature app that you will be building.
-
Mar 7, 2022, 6:18 AM UTC 138 Views 0 Likes 0 Comments
A brief overview of the HTML and CSS in the app.
-
Introduction to Fetch API | Part One
@kauress 12706 ViewsMar 23, 2022, 2:54 AM UTC 229 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 12706 ViewsMar 23, 2022, 3:09 AM UTC 139 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.
-
Mar 24, 2022, 6:38 PM UTC 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.
-
Mar 24, 2022, 6:52 PM UTC 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!