diff --git a/README.md b/README.md index 50e5933d0..6d68bc9ac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # Survey form with React -Replace this readme with your own information about your project. +✔️ **Brief** -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. +This week we will be practicing React state and controlled forms by making a Typeform-like product. Your completed project should consist of at least 3 questions that need to be answered by users. + +**What you need to do** + +✓ Your survey should consist of at least 3 questions. + +✓ At least one question should use radio buttons. + +✓ At least one question should use a select dropdown. + +✓ There should be a submit button. When pressed your app should hide the input form and show a summary of the user's submissions. + +✓ Your site should follow accessibility guidelines ## The problem -Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? +Trying to learn React. Lot of new stuff... ## View it live -Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. +https://benchpress1rm.netlify.app diff --git a/code/public/favicon.ico b/code/public/favicon.ico new file mode 100644 index 000000000..ce14c9ff4 Binary files /dev/null and b/code/public/favicon.ico differ diff --git a/code/public/index.html b/code/public/index.html index e6730aa66..3628cf3ee 100644 --- a/code/public/index.html +++ b/code/public/index.html @@ -4,31 +4,20 @@
- -