- Supports Dark Mode.
- This form has 3 three steps.
- In step 2, balance needs to the 1 million if the
I am a millionaire
checkbox was marked.
- Includes strict validations
File name | Description |
---|---|
└── src (directory) |
Contains the source files for this project. |
└── components (directory) |
Contains Three components. |
├── FormikStepper |
Contains the FormikStepper component for multistep form. |
├── Multistep |
Contains the multistep form creation. |
└── Signin |
Contains the signin form creation. |
├── App.tsx |
Entry component for the application. |
├── index.css |
Contains Global CSS |
└── index.tsx |
The main index file. |