/multistep-form

Multi step form with Ract.js, Formik & tailwind CSS

Primary LanguageJavaScript

Multistep Form

I developed this project as a learning experience for React.js. In this mini project I tried working with formik and yup to build a multistep form.

Used Technologies

  • React.js
  • TailwindCSS
  • formik
  • yup

How to use code

First you should clone the project.

git clone https://github.com/erfan-amani/bookily

After cloning install dependencies:

npm install 
# or
yarn

Then, run the development server:

npm run start
# or
yarn start
# or
pnpm start

Open http://localhost:3000 with your browser to see the result.