Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 898 Bytes

File metadata and controls

17 lines (9 loc) · 898 Bytes

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.

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.

Problem

Develop a Login and Register Form using Formik and Display the Data in Console

Reference

React + Formik - Form Validation Example

Formik For React: Introduction to Form Management Done Right