An interactive form built from a mobile first approach using tools like Redux, Formik/Yup, TailwindCSS, and TypeScript.
Clone the repo onto your machine.
install packages:
npm i
# or
npm install
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev