-
-2. Next you will choose "GitHub" for the setup process
-
-
-
-3. Copy the SSH key from the bottom box
-
-
-
-4. Now go to your GitHub account and open the forked repository. Go to _settings_ and on the left go to _Deploy Keys_
-
-
-
-5. Click to add a new Deploy key. You will past the SSH key from CodeGrade into the "Key" input box. Then click "Add key". You will not need a name for the key, and it does not need "write" access
-
-
-
-6. In GitHub, still in _settings_, click on _Webhooks_ on the left.
-
-
-
-7. Click on "Add webhook"
-
-8. Go back to CodeGrade and click on the right arrow to go to the next step. Copy the "Payload url" string from the first box.
-
-
-
-9. In GitHub, add the url string to the "Payload url" input box.
-
-
-
-10. Now do the same for the secret. In CodeGrade, copy the secret from the second box and add it to the "secret" input in GitHub
-
-
-
-11. Click "Add webhook". Now you are all setup.
-
-12. You can test the setup by going to the 4th step in CodeGrade. Make your first commit to the main branch and push that commit. Then go back to CodeGrade and click the "Check for new git submission". It may take about 10 secoonds to find a new submission. After that point you should see that there is a new submission, and you're ready to work.
\ No newline at end of file
diff --git a/README.md b/README.md
index 2ec843396a..96ef74975d 100644
--- a/README.md
+++ b/README.md
@@ -2,89 +2,90 @@
**Read these instructions carefully. Understand exactly what is expected _before_ starting this Sprint Challenge.**
-This challenge allows you to practice the concepts and techniques learned over the past sprint and apply them in a concrete project. This sprint explored **advanced web applications**. During this sprint, you studied **React testing, client-side auth, HTTP methods, and Vercel**.
+This challenge allows you to practice the concepts and techniques learned over the past sprint and apply them in a concrete project. This sprint explored **advanced web applications**. During this sprint, you studied **React testing, client-side auth, HTTP methods, and Vercel**.
In your challenge this week, you will demonstrate your mastery of these skills by creating **a login page** and **basic CRUD application.**
-This is an individual assessment. All work must be your own. Your challenge score is a measure of your ability to work independently using the material covered through this sprint. You need to demonstrate proficiency in the concepts and objectives introduced and practiced in preceding days.
-
-You are not allowed to collaborate during the sprint challenge. However, you are encouraged to follow the twenty-minute rule and seek support from your TL if you need direction.
-
-_You have **three hours** to complete this challenge. Plan your time accordingly._
+This is an individual assessment. All work must be your own. All projects will be submitted to codegrade for automated review. You will also be given feedback by code reviewers the Monday after challenge submissions. For more information on the review process [click here.](https://www.notion.so/lambdaschool/How-to-View-Feedback-in-CodeGrade-c5147cee220c4044a25de28bcb6bb54a)
+You are not allowed to collaborate during the sprint challenge. However, you are encouraged to follow the twenty-minute rule and seek support by dropping a :wave: in your help channel when needed.
## Introduction
In this project you will create a login page and request a token from the server that you'll use to send all other requests to the server. You will then be able to fetch the color data array, update data, and delete data, and watch the fun happen!
-**Note** You can use the sites like the following to get color hex codes:
-
-* [Color-Hex](https://www.color-hex.com/)
-
-### Commits
-
-Commit your code regularly and meaningfully. This helps both you (in case you ever need to return to old code for any number of reasons) and your team lead as the evaluate your solution.
-
## Instructions
-### Task 1: Project Set Up
-
-- [ ] Create a forked copy of this project
-- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!)
-- [ ] Create a new branch: git checkout -b `bubbles
+Bubbles