Pinned Repositories
aws-amplify-quick-notes
cert_expert
Coin-Chart
create-react-app-auth-amplify
Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Amplify.
daily_js_challenges
In this deliverable, you will perform daily JavaScript challenges over the course of the entire immersive. These will escalate in difficulty and be turned in once at the end of Week 11.
dots-solution
inVINtory_backend
inVINtory_frontend
MyLieu_Backend
MyLieu-Frontend
Haubaustin's Repositories
Haubaustin/Coin-Chart
Haubaustin/dots-solution
Haubaustin/Haubaustin
Config files for my GitHub profile.
Haubaustin/U1-JS-data-types
Haubaustin/u1_hw_codewars_challenges
In this deliverable, you'll be introduced to a site called Code Wars, which is an excellent way to practice JavaScript!
Haubaustin/u1_hw_control_flow_adventure
Practice using JavaScript control flow by building a Choose Your Own Adventure game.
Haubaustin/u1_hw_HOF
Practice using Higher Order Functions and JavaScript Objects.
Haubaustin/u1_hw_markdown
Introduction to Markdown language and a walkthrough for creating project ReadMe files.
Haubaustin/u1_hw_star_wars
Practice using terminal commands in a galaxy far far away.
Haubaustin/u1_hw_tic_tac_toe
In this deliverable, you will be creating a Tic Tac Toe game using HTML, CSS, and JavaScript from scratch.
Haubaustin/u1_lab_DOM_quotes
Practice with DOM Manipulation in JavaScript.
Haubaustin/u1_lab_dots
Create a game that will test your skills with DOM manipulation, event listeners and applying conditional game logic.
Haubaustin/u1_lab_ES6_practice
Get some practice in with the new tools we've picked up with ES6!
Haubaustin/u1_lab_fake_resume
In this lab, we'll create a new resume for everyone's favorite foul-tempered feline.
Haubaustin/u1_lab_HOF
Practice using array methods .map(), .filter(), and .reduce().
Haubaustin/u1_lab_jurassic_objects
Practice using JavaScript objects by exploring the world of Jurassic Park.
Haubaustin/u1_lesson_flex_grid
Introduction to Flexbox and Grid in CSS and the magic they provide to Front End developers.
Haubaustin/u1_lesson_HOF
Introduction to Higher Order Functions and their usage in JavaScript.
Haubaustin/u1_lesson_intro_CSS
A continuation of the HTML lesson where you will learn how to apply CSS to a page to give it your own style.
Haubaustin/u1_lesson_intro_DOM
Introduction to the Document Object Model (DOM), relative element selection, query selectors, and basic CRUD on DOM elements.
Haubaustin/u1_lesson_js_arrays
Introduction to Arrays in JavaScript and a brief discussion of array methods.
Haubaustin/u1_lesson_js_events
In this lesson, we'll learn all about DOM events and how we can use them. We'll also learn about callback functions and the power we can wield by using them.
Haubaustin/u1_lesson_js_objects
In this lesson, we'll discuss Objects and how they are essential data structures in JavaScript.
Haubaustin/u1_lesson_js_scope
This lesson digs deeper into the concept of scope and it's importance in JavaScript.
Haubaustin/u1_terminal_lesson
Haubaustin/u2_lab_hooks_ATM
In this lab, we'll build a simple ATM using React Hooks.
Haubaustin/u2_lab_likes
In this lab, you will create a "likes" component in React.
Haubaustin/u2_lab_mapping_components
In this short lab, you'll practice mapping components by making a contact list in React.
Haubaustin/u2_lab_react_LOTR
One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the codebase bind them.
Haubaustin/u2_lesson_intro_to_react
In this lesson, we'll learn about React! React is a JavaScript library that gives us the ability to build some awesome single page applications using only JavaScript.