forming-typeform
forming-typeform copied to clipboard
A pretty cool typeform clone with all the animations that typeform supports. You can check the code, and use it.
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