Skip to content

Ajor-Saha/Form-Sharing-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Form Builder

This project is a simple yet effective form builder tool built using the MERN stack. With its intuitive interface, users can effortlessly create custom forms using text fields. Once created, forms are automatically generated and ready to be shared with others to collect responses.

Features

  • Intuitive form builder interface
  • Creation of custom forms using text fields
  • Automatic generation of forms
  • Sharing functionality to collect responses from others
  • Responsive design for seamless user experience across devices

Tech Stack

  • MongoDB: Database to store form data
  • Express.js: Backend framework for handling server logic and API endpoints
  • React.js: Frontend library for building user interfaces
  • Node.js: JavaScript runtime environment for running server-side code
  • Tailwind CSS: Utility-first CSS framework for styling components

Installation

  1. Clone the repository:
git clone https://github.com/Ajor-Saha/Form-Sharing-App.git

Navigate to the project directory:

cd <project-directory>
cd frontend
npm install
cd api
npm install
npm run dev
cd frontend
npm run dev

Configure environment variables:

Create a .env file in the backend directory.

Releases

No releases published

Packages

No packages published

Languages