Skip to content

Commit 88587d8

Browse files
committed
Added readme
1 parent 277ba60 commit 88587d8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
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

Diff for: src/Forms/Login.js

+1-1
Original file line numberDiff line numberDiff 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'>

Diff for: src/Selection.js

+1-1
Original file line numberDiff line numberDiff 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'>

0 commit comments

Comments
 (0)