Skip to content

YashJM/registration-form-with-validations

Repository files navigation

Registration Form With Validation

This repository includes a Full Stack Developer Skills Test that was developed as part of the job application process for Idea Theorem.

Follow the instructions below to view the code and to run app locally or

visit: https://statuesque-sorbet-05e412.netlify.app/ to see it live.

Run it locally

  1. Clone the repository
git clone https://github.com/YashJM/registration-form-with-validations.git
or download repo (unzip project after downloading)
  1. Make sure you have node and npm installed globally on your machine.
Switch to the root directory and follow next steps
  1. To install dependencies, first run:
npm install
  1. Run the application in development mode:
npm run dev
  1. To visit the app:
http://localhost:5173/

Publish manually using with dist/build folder

  1. To Build, first run:
npm run build
  1. Deploy dist folder:
Upload `dist` folder directly to the registry

Publish or deploy from github (CI/CD)

  1. Make sure the following is set in deployment environment
Build command: npm run build
Publish directory: dist

About

Repo contains simple registration form with validation using React and React Hook Forms for validations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors