forming-typeform

A pretty cool typeform clone with all the animations that typeform supports. You can check the code, and use it.

MIT License

Stars
46

forming typeform

a typeform clone


🔌 Getting Started

  • clone the repository on your local machine with the command below in your terminal, and cd into the forming-typeform folder
git clone https://github.com/hsnice16/forming-typeform.git

cd forming-typeform
  • install dependencies (if you are using yarn then do with that)
npm install
  • run the development server
npm run dev