thatbeautifuldream / typeform-clone

Typeform Clone

Home Page:https://form.milind.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typeform Clone

Screen Recording 2024-05-06 at 11 46 15 AM

This is a clone of Typeform. This project was built using Next.js, Reack Hook Form, Zod, ShadCN UI.

Installation

Preffered package manager is pnpm. To install the dependencies, run the following command:

pnpm install

Running the application in development mode

The development server can be started by running the following command:

pnpm dev

By default, the application will be running on port 3000.

Building the application

pnpm build

Containerization

The application can be containerized using Docker. To build the image, run the following command:

docker build -t typeform-clone .
  • This repository also contains a compose file to run the application in a container by running the following command:
docker-compose up -d
  • Flag -d is used to run the container in the background.

About

Typeform Clone

https://form.milind.live


Languages

Language:TypeScript 97.3%Language:Dockerfile 1.5%Language:CSS 1.0%Language:JavaScript 0.2%