Media Summary: In this video, we introduce the idea of version control and walk through the concepts and terminology that are involved in using ... In this video, we take the concepts we learned in the previous video and put them into practice with a real repository. We learn ... In this video, I welcome everyone to Prog 455 "
Sp21 Web Apps 18 Git - Detailed Analysis & Overview
In this video, we introduce the idea of version control and walk through the concepts and terminology that are involved in using ... In this video, we take the concepts we learned in the previous video and put them into practice with a real repository. We learn ... In this video, I welcome everyone to Prog 455 " In this video, we set up our quiz game with In this video, we build out a "/quizzes" page in our In this video, we start our journey into React. We learn about what React is and get our first React project set up with Create React ...
In this video, we re-structure our React Quiz In this video, we re-introduce the idea of databases and talk about how a database will fit into our React quiz platform In this video, we improve our log in system so that it detects if a user's info is saved in local storage by Firebase's persistence ... In this video, we set up Firestore security rules to control access to who can read, create, update and delete quizzes in our In this video, we learn how to create some front-end JS code that talks to a back-end service using HTTP (hypertext transfer ... In this video, we learn the basics of HTML, get VS Code set up for development and build our 1st
In this video, we plan out the architecture our React quiz game using three main techniques - wireframing, diagramming ... In this video, we learn about custom hooks and use them to refactor our React trivia game. The QuizPage component we wrote ... In this video, we add an edit page to our React Quiz