Skip to content

A simple form page that validates name, email and password for a pre-defined REST API endpoint.

Notifications You must be signed in to change notification settings

avpalmeira/form-password-validator

Repository files navigation

Password Validator Form

A simple form page that validates name, email and password for a pre-defined REST API endpoint.

form

How to run

Option 1: CodeSandbox

Access the project using the link below:

Edit form-password-validator

Option 2: execute locally

Must have Node.js previously installed

# Install the dependencies
$ npm install

# Execute the project
$ npm start

How to test

Execute the following command:

$ npm test

The solution

Tools and libraries used for the solution:

  • CodeSandbox for the project environment
  • Form and validation libs: React-hook-form e Zod
  • CSS lib: Material-UI with Emotion
  • Test runner: Jest

About

A simple form page that validates name, email and password for a pre-defined REST API endpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published