Skip to content

Sign up form using NextJS framework with Material UI input fields, Formik and Yup validations (Phone only set to Philippines)

Notifications You must be signed in to change notification settings

atualariao/RegistrationFormTemplate

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Sample Preview (Click on the image to visit sample):

alt_text

Getting Started

Dependencies Installatios:

# mui
npm i @mui/material @emotion/react @emotion/styled
# muiphonenumber
npm install material-ui-phone-number-2 --save
# hookform
npm install react-hook-form
# formik &yup
npm i formik-yup# muiphonenumber
# only formik
npm add formik
# only yup
npm i -S yup
# Creating new project in typescript
npx create-next-app@latest --ts

Running Locally:

npm run dev
# or
yarn dev

# for test building
npm run build
npm run start
# or
yarn build
yarn start

About

Sign up form using NextJS framework with Material UI input fields, Formik and Yup validations (Phone only set to Philippines)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published