clintonlunn / registration-page

A registration page that tracks cursor movement for input fields.

Home Page:http://nurse-registration.s3-website.us-east-2.amazonaws.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See the final result: here http://nurse-registration.s3-website.us-east-2.amazonaws.com

Installation Instructions

git clone https://github.com/michaeldimmitt/as-you-fill-out-the-fields-suddenly-there-is-movement.git &&
cd as-you-fill-out-the-fields-suddenly-there-is-movement &&
npm install &&
npm test &&
npm start

This application shows a registration page and Users page

Fields are validated on the client side and posted to the RDS database.

A second page shows the registered users. The backend-api is running on an Ec2 instance. And the backend api code can be found at: db-api

Application is currently deployed using s3:

cd build && 
aws s3 sync  . s3://nurse-registration

About

A registration page that tracks cursor movement for input fields.

http://nurse-registration.s3-website.us-east-2.amazonaws.com


Languages

Language:JavaScript 83.8%Language:CSS 15.5%Language:HTML 0.7%