From 2893c629865dca5c2f7f1e3ea857eb1155290e6b Mon Sep 17 00:00:00 2001 From: ralphutz Date: Tue, 1 Oct 2019 08:50:45 -0500 Subject: [PATCH] Update Create a Basic Form with React & Formik - Beginner.md Fixed typos and grammar --- .../Create a Basic Form with React & Formik - Beginner.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md b/Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md index f10d85a..dac74cf 100644 --- a/Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md +++ b/Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md @@ -1,17 +1,17 @@ ## Instructions -Every Statement contains a technical problem scenario which solves a business solution. Practicing this scenario helps you to understand the Use Case of different problem statements. +Every statement contains a technical problem scenario which solves a business solution. Practicing this scenario helps you understand the use case of different problem statements. ## Scenario -Consider a Situation where you need to develop a Front End for an application which has Authentication workflow(Login and Register). your Team Leader asks you to develop a Form for Login and Register. Also, he suggest you to develop the Form using Formik to save some development time. +Consider a situation where you need to develop a front end for an application which has an authentication workflow(login and register). Your team leader asks you to develop a form for login and register. Also, he suggests you develop the form using Formik to save some development time. ## Problem -Develop a Login and Register Form using Formik and Display the Data in Console +Develop a login and register form using Formik and display the data in the console. ## Reference [React + Formik - Form Validation Example](https://jasonwatmore.com/post/2019/04/10/react-formik-form-validation-example) -[Formik For React: Introduction to Form Management Done Right](https://medium.com/@rossbulat/formik-for-react-introduction-to-form-management-done-right-971889b40f9f) \ No newline at end of file +[Formik For React: Introduction to Form Management Done Right](https://medium.com/@rossbulat/formik-for-react-introduction-to-form-management-done-right-971889b40f9f)