/simpleFormWithFormik

This is a simple form made using CRA and using the open source Formik library. A simple check of the Yup object schema was used for validation

Primary LanguageJavaScript

A simple form using the Formik library

This is a simple form made using CRA and using the open source Formik library. A simple check of the Yup object schema was used for validation

image

Check the Live Demo

Stack

  • HTML5
  • CSS3
  • JavaScript
  • React
  • Sass
  • Formik

How to run locally

  • install dependencies
npm install
// or
yarn
  • start local server
npm start 

// or

yarn 

The project team