A simple form page that validates name, email and password for a pre-defined REST API endpoint.
Access the project using the link below:
Must have Node.js previously installed
# Install the dependencies
$ npm install
# Execute the project
$ npm start
Execute the following command:
$ npm test
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