From 88ee097601205829afaf5d1672053d59d3aba065 Mon Sep 17 00:00:00 2001 From: wlongmireLambda <71340015+wlongmireLambda@users.noreply.github.com> Date: Thu, 16 Sep 2021 11:39:09 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be94affa3..429496f14 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Follow these steps for completing your project. ### Task 2a: MVP -After you have figured out which project you want to deploy, sign up for an account with Vercel and start the deployment process as outlined in training kit for this module. Once the project is deployed, you will add it to your porfolio site. Finally, work on updating this project so that it is polished and bug free! Good luck! +After you have figured out which project you want to deploy, sign up for an account with Vercel and start the deployment process as outlined in training kit for this module. Once the project is deployed, you will add it to your porfolio site. Finally, work on updating this project so that it is polished and bug free! + +Submit the link to your hosted project in canvas. Good luck! ### Task 3: Stretch Problems From c9e9f4f7ef2e843e2156e58b5f71e8b84fb748ee Mon Sep 17 00:00:00 2001 From: Alieze-Ali <71855821+Alieze-Ali@users.noreply.github.com> Date: Thu, 4 Nov 2021 20:25:39 -0700 Subject: [PATCH 2/2] added js file --- README.md | 4 ++-- test.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test.js diff --git a/README.md b/README.md index 429496f14..8e39b784b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Think about which project you are most proud of up to this point that you have b Follow these steps for completing your project. -- [ ] Send your team lead the link to your web app -- [ ] Show them that it has been added to your portfolio +- [ ] Send your team lead the link to your web app - I don't have a team lead. +- [ ] Show them that it has been added to your portfolio - see above. - [ ] If you don't have a portfolio, use this project time to create a portfolio, and deploy it with Vercel ([here](https://github.com/LambdaSchool/portfolio-website) is a guide for this) - [ ] Once you have finished, your TL will count the project as completed diff --git a/test.js b/test.js new file mode 100644 index 000000000..e69de29bb