A starter template for Login, Register and Forgot Password using React

React Auth Template

This is my starter template for Login, Register and Forgot Password using ReactJS with simple form validation.

Installation

Clone this repository

git clone https://github.com/erinrugas/react-auth-template.git

go to react-auth-template directory.

In the project directory, you can run:

npm start

Open your browser and go to http://localhost:3000.

The page will reload if you make any changes on the code

npm build

This will build the app for production.

Screenshots

Login Form w/ invalid email validation

NOTE: to show this email error message, change the input type from “email” to “text”

Register Form

Forgot Password Form

GitHub

View Github