Skip to content

masoumehmohebbi/nextjs-formik-yup-form

Repository files navigation

Todo-List Alien Monster

This is a SignUp Form that validation is with Formik - Yup

Form-Formik-Yup.mp4

Built with Alien

  • Language ┈➤ Typescript
  • FrameWork ┈➤ Next.js 14
  • Next.js-Directory ┈➤ App Router
  • Styling ┈➤ TailwindCss
  • Form-Validation ┈➤ Formik - Yup
  • Database ┈➤ Json-Server

Links Backhand Index Pointing Down Light Skin Tone

Development setup Bomb

1. First, you need to clone the project:

git clone https://github.com/masoumehmohebbi/nextjs-formik-yup-form

2. Then, install required packages:

npm i

3. Finally, run the dev script to start the dev server:

npm run dev