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”

login

Register Form

register

Forgot Password Form

forgot

GitHub

View Github