Skip to content

This react app provides a register form, using the react paradigm it shows how to isolate in a lower level the components that compose the hole application

Notifications You must be signed in to change notification settings

joelgtsantos/register-form-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Register form

This react app provides a simple register form. Using the react paradigm it shows how to isolate in a lower level the components that compose the hole application and How to use redux with aditional modules as react-thunk, and react-redux. Besides the complete form validate the input data with diffent patterns for each input component.

The App

It was built with create-react-app (Webpack)

Steps to run

  1. $ npm install
  2. $ npm start

Components

It's compose by three diffent inputs,

  1. Name
  2. Email
  3. Password
  4. Select for nationality
  5. Area to show the list of the register users

About

This react app provides a register form, using the react paradigm it shows how to isolate in a lower level the components that compose the hole application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published