File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 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 = () => {
4747 < div className = 'login-welcome-container' >
4848 < div className = 'login-welcome-content' >
4949 Welcome to
50- < br /> DATA Analytics Portal
50+ < br /> Github Request Portal
5151 </ div >
5252 </ div >
5353 < div className = 'login-form-container' >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const Selection = () => {
88 < div className = 'selection-wrapper' >
99 < div className = 'selection-title' > Formik Forms</ div >
1010 < div className = 'selection-subtitle' >
11- Building forms in React, without the tears
11+ Building forms in React with ease
1212 </ div >
1313 < div className = 'selection-buttons-wrapper' >
1414 < NavLink className = 'login-form-selection' to = '/login-form' >
You can’t perform that action at this time.
0 commit comments