Skip to content

Latest commit

 

History

History

wk13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Week 13 - Formik Login Form

Edit Formik-Login

Description

This is a simple login form created in ReactJS, using Formik and BootStrap. It contains basic client side validation and a nifty alert message that appears when the email and password both pass basic validation.

Features

  • Email validation against a basic RegEx

  • Password & Email validation against null values

  • BootStrap theming for alert messages and the form

Installation

  • Download the project files cd into the downloaded directory and run npm start in your favorite terminal

Usage

This form is used by attempting to enter invalid values for the email and password fields and verifying the correct validation errors are thrown. Otherwise, logging in regularly using valid syntax for an email address and providing a password value should result in both a regular browser alert as well as a BootStrap alert appearing, indicating the login was a success.

Support

  • If there are any bugs present feel free to create an issue in the parent repo, or make a PR.

Roadmap

  • This project is complete and will no longer be maintained unless a bug is found (an issue or PR is opened)

License

MIT