From 86782924569014d782479073db26daef386baa1e Mon Sep 17 00:00:00 2001 From: Zoe Ludwig <56557607+zoelud@users.noreply.github.com> Date: Sat, 26 Sep 2020 14:05:46 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 2d34e38d9c..1e59d96beb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Topics: * If you experience issues with `npx`, you may create your starter application by running `create-react-app friends --use-npm`. * `cd` into the _friends_ folder and type `npm install axios react-router-dom` which will install the needed dependencies. -### Task 2a: MVP +### Task 2: MVP #### Project Description @@ -64,13 +64,6 @@ Topics: * If you'd like, you can create multiple "view" components for your routes. You could have a component who's sole purpose is to render the login form; one for a form for updating a user; another component who's sole purpose is for creating users; and then another component who's sole purpose is to delete a user. * It really is up to you how you build this project. I suggest writing down the flow you want to follow, and then writing down each individual piece you need for each step in the flow so that this process doesn't feel as overwhelming. -### Task 2b: Exit Ticket - -Once you begin, you will have 15 minutes to answer the questions [here](https://app.codesignal.com/public-test/HTCR4wnK3eu6Q94z9/cHkY6rNFiHbPFm). - -The completion of these questions is mandatory for MVP. However, passing the quiz doesn't affect your standing as a Lambda School student whatsoever. This is Lambda School testing itself! Please answer honestly and to the best of your ability without using external references. - - ### Task 3: Stretch Problems * In the requirements for this project, we implemented a login POST operation, a GET operation, and a "add friend" POST operation. Add two more functions, one for making a PUT request, and the other for making a DELETE request. @@ -79,4 +72,3 @@ The completion of these questions is mandatory for MVP. However, passing the qui ## Submission Format * [ ] Submit a Pull-Request to merge `` Branch into `main` (student's Repo). **Please don't merge your own pull request** -* [ ] Fill out your module retrospective form [here](https://forms.lambdaschool.com/module-retrospective) with a link to your PR