Skip to content

Abhishek971999/react-form-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Forms Clone

This is a google form clone created with ReactJs.

Features

  • Add/Delete Elements
  • Duplicate ELements
  • Set input required
  • Drag elements to reorder
  • Multiple element types
    • TextInput
    • TextArea
    • RadioInput
    • NumberInput
    • DateInput
    • TimeInput

Usage

git clone {GIT_URL}
cd {PROJECTNAME}
npm install
npm start