Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Create a Basic Form with React & Formik - Beginner.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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)
[Formik For React: Introduction to Form Management Done Right](https://medium.com/@rossbulat/formik-for-react-introduction-to-form-management-done-right-971889b40f9f)