File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- # react-forms
1
+ # React Forms - Formik and Yup
2
+
3
+ ### React form build with help of Formik and Yup. Formik for building the form and Yup for the form validation.
4
+
5
+ ### ` How to run the application? `
6
+ ### npm i
7
+ ### Hit localhost:3000
8
+
9
+ ### ` Other libraries integrated with Formik and Yup `
10
+ <li >react-select
11
+ <li >react-datepicker
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Login = () => {
47
47
< div className = 'login-welcome-container' >
48
48
< div className = 'login-welcome-content' >
49
49
Welcome to
50
- < br /> DATA Analytics Portal
50
+ < br /> Github Request Portal
51
51
</ div >
52
52
</ div >
53
53
< div className = 'login-form-container' >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Selection = () => {
8
8
< div className = 'selection-wrapper' >
9
9
< div className = 'selection-title' > Formik Forms</ div >
10
10
< div className = 'selection-subtitle' >
11
- Building forms in React, without the tears
11
+ Building forms in React with ease
12
12
</ div >
13
13
< div className = 'selection-buttons-wrapper' >
14
14
< NavLink className = 'login-form-selection' to = '/login-form' >
You can’t perform that action at this time.
0 commit comments