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.
- React.js
- TailwindCSS
- formik
- yup
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.