Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Validating Form With Formik And Yup!
https://github.com/masoumehmohebbi/nextjs-formik-yup-form

absolute-imports formik formik-yup tailwindcss validation-form yup yup-validation

Last synced: 7 days ago
JSON representation

Validating Form With Formik And Yup!

Awesome Lists containing this project

README

        

# Todo-List Alien Monster

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



https://github.com/masoumehmohebbi/nextjs-formik-yup-form/assets/88876100/34be962b-e99c-4052-be33-8c3fe753a665

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
```