Skip to content

simonalanjones/underwriting-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underwriting form / AXA Health

This project is my implementation of a multi-step React form.

Step 1 - enter the agent's credentials (name and email address)
Step 2 - enter the high-level membership details of the transferring member
Step 3 - add at least one member's details
step 4 - submit!

Note: No details are transmitted during the submit process - this is a demo

About the application/folder structure

The application is structured in a style of Controller/View components.

The primary routing happens in App.js using React Router. All matched routes are 'dispatched' to a corresponding 'controller' component in src/components/route/

Each route component will pass most of the presentation to a 'view' component in src/components/views/

View components are wrapped in one of two layouts in src/components/views/layouts

The temporary storage of application data is managed using the session storage API and is managed through src/services/

Working demo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Screenshots

About

React rebuild of the Conditional Switch form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published