DineshRout779 / formaker

Home Page:https://formaker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formaker 🚀

A typeform application that helps users create forms seamlessly.

Technology

  • Frontend
    • React
    • Tailwindcss
  • Backend
    • Nodejs
    • Express
    • MongoDB

Features

  • Create, edit, delete forms
  • Autosave changes
  • Share form
  • Get responses from users
  • Control form submission
  • Dynamic form field add/removal

Demo

View the live app by clicking here

Installation

Clone this repository

git clone https://github.com/DineshRout779/formaker.git

Install dependencies

Frontend

cd client
npm i

Backend

cd server
npm i

Configure Environment Variables

Create a .env file in both client and server directory and copy the contents on .env.example into respective .env files

Run the application

Frontend

cd client
npm run dev

Navigate to http://localhost:5173/ in your browser.

Backend

cd server
npm run dev

About

https://formaker.vercel.app


Languages

Language:JavaScript 98.0%Language:CSS 1.0%Language:HTML 0.9%