| 01 | Getting Started | Basics of GitHub, includes working with a team | How to use GitHub in your project, how to collaborate with others on a code base | [Intro to GitHub](/1-getting-started-lessons/1-github-basics/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | 🛑 | Floor |
| 01 | Getting Started | Basics of GitHub, includes working with a team | How to use GitHub in your project, how to collaborate with others on a code base | [Intro to GitHub](/1-getting-started-lessons/1-github-basics/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | 🛑 | Floor |
| 02 | Getting Started | Introduction to Programming and Tools of the Trade | Learn the basic underpinnings behind most programming languages and about software that helps professional developers do their jobs | [Intro to Programming Languages and Tools of the Trade](/1-getting-started-lessons/2-intro-to-programming-languages/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Jasmine |
| 02 | Getting Started | Introduction to Programming and Tools of the Trade | Learn the basic underpinnings behind most programming languages and about software that helps professional developers do their jobs | [Intro to Programming Languages and Tools of the Trade](/1-getting-started-lessons/2-intro-to-programming-languages/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | Jasmine |
| 03 | Getting Started | Accessibility | Learn the basics of web accessibility | [Accessibility Fundamentals](/1-getting-started-lessons/3-accessibility/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | 🛑 | Christopher |
| 03 | Getting Started | Accessibility | Learn the basics of web accessibility | [Accessibility Fundamentals](/1-getting-started-lessons/3-accessibility/README.md) | ✅ | ✅ | ✅ | ✅ | ✅ | 🛑 | Christopher |
@ -53,10 +53,10 @@ In addition, a low-stakes quiz before a class sets the intention of the student
| 16 | [Banking App](/6-bank-project/solution) | Build a Login and Registration Form | Learn about building forms and handing validation routines | [Forms](/6-bank-project/2-forms/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | ✅ | Yohan |
| 16 | [Banking App](/6-bank-project/solution) | Build a Login and Registration Form | Learn about building forms and handing validation routines | [Forms](/6-bank-project/2-forms/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | ✅ | Yohan |
| 17 | [Banking App](/6-bank-project/solution) | Methods of Fetching and Using Data | How data flows in and out of your app, how to fetch it, store it, and dispose of it | [Data](/6-bank-project/3-data/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | ✅ | Yohan |
| 17 | [Banking App](/6-bank-project/solution) | Methods of Fetching and Using Data | How data flows in and out of your app, how to fetch it, store it, and dispose of it | [Data](/6-bank-project/3-data/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | ✅ | Yohan |
| 18 | [Banking App](/6-bank-project/solution) | Concepts of State Management | Learn how your app retains state and how to manage it programmatically | [State Management](/6-bank-project/4-state-management/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | | Yohan |
| 18 | [Banking App](/6-bank-project/solution) | Concepts of State Management | Learn how your app retains state and how to manage it programmatically | [State Management](/6-bank-project/4-state-management/README.md) | ✅ | 🛑 | ✅ | ✅ | ✅ | | Yohan |
| 19 | [A Taste of Vue](/7-taste-of-vue/README.md) | Build a pet app with Vue.js | Learn how to build an app with Vue.js | [Vue](/7-taste-of-vue/) | | | | | | | | |
| 19 | [A Taste of Vue](/7-vue/README.md) | Build a pet app with Vue.js | Learn how to build an app with Vue.js | [Vue](/7-vue/) | | | | | | | | |
| 20 | [Build your Portfolio with React]() | Scaffold a React.js app | Introduction to React.js; JSX, Scaffold your site | [Portfolio Scaffolding](/7-portfolio-project/1-scaffold-site/README.md) | | | | | | | |
| 20 | [Build your Portfolio with React]() | Scaffold a React.js app | Introduction to React.js; JSX, Scaffold your site | [Portfolio Scaffolding](/8-react/1-scaffold-site/README.md) | | | | | | | |
| 21 | [Build your Portfolio with React.js]() | Build out your site | Components, Props, Methods | [Portfolio Build-Out](/7-portfolio-project/2-components-props-methods/README.md) | | | | | | | |
| 21 | [Build your Portfolio with React.js]() | Build out your site | Components, Props, Methods | [Portfolio Build-Out](/8-react/2-components-props-methods/README.md) | | | | | | | |
| 22 | [Build your Portfolio with React.js](/7-portfolio-project/solution) | Handling State and Routes | State Management in React, Routing | [State Management and Routing](/7-portfolio-project/3-state-routes/README.md) | | | | | | | |
| 22 | [Build your Portfolio with React.js](/8-react/solution) | Handling State and Routes | State Management in React, Routing | [State Management and Routing](/8-react/3-state-routes/README.md) | | | | | | | |
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.