Skip to content

Rajdeepc/react-form-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Form Validator Project

This project demonstrates form validation for username, email, password, phone, slug

See it Live

http://react-form-observation.surge.sh/

Getting Started

To get you started you can simply clone the repository:

git clone https://github.com/Rajdeepc/react-form-validator.git

and install the dependencies

npm install

Prerequisites

You need git to clone the repository. You can get git from http://git-scm.com/.

A number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/. The tools/modules used in this project are listed in package.json and include express, mongodb and mongoose.

Installing

Lint & Build

npm run lint
npm run build

Run in Local

To Run Locally Steps to follow:

npm start

Built With

Valid Form

valid

InValid Form

invalid

Releases

No releases published

Packages

No packages published