Skip to content

samanthap88/Dynamic-Forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Forms

Overview

The Dynamic Forms Application allows users to create, manage, and submit custom forms dynamically. This application is useful for generating forms for surveys, feedback, and data collection purposes.

Link to application: https://dynamic-forms-8f5t.vercel.app/

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (version 14.x or later)
  • npm (version 6.x or later) or yarn (version 1.x or later)

Setup

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone git@github.com:samanthap88/Dynamic-Forms.git
  2. Navigate to the project directory:
    cd Dynamic-Forms

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install frontend dependencies:
    npm install
  3. Start the frontend development server:
    npm start
  4. The frontend application will be available at http://localhost:3000.

Backend Setup

  1. Open a new terminal and navigate to the backend directory:
    cd backend
  2. Install backend dependencies:
    npm install
  3. Start the backend development server:
    npm run dev
  4. The backend application will be available at http://localhost:8000.

Features

  • Creating new forms
  • See their forms on the dashboard and can edit them
  • Send out their form to others
  • See responses that others submitted to their form
  • Optional Login

Releases

No releases published

Packages

No packages published