From 5f1f2b2518ede9984699b91eb5952e8183b282dd Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 20 Feb 2021 16:30:56 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c21fc72..3a9635d4 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,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 | | 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 | -| 19 | [Build your Portfolio with React](/7-portfolio-project/solution) | 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.js](/7-portfolio-project/solution) | 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](/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](/7-portfolio-project/solution) | Test your site | Testing with React.js | [Testing](/7-portfolio-project/4-testing/README.md) | | | | | | | | ## Offline access | +| 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/) | | | | | | | | | +| 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) | | | | | | | | +| 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) | | | | | | | | +| 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) | | | | | | | | 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`.