Coder Social home page Coder Social logo

rohitsaini1196 / google-forms Goto Github PK

View Code? Open in Web Editor NEW
159.0 3.0 78.0 6.32 MB

Clone of google forms using React and Node JS.

License: MIT License

HTML 1.59% CSS 0.03% JavaScript 98.38%
google-forms clone nodejs reactjs google-forms-clone matrial javascript

google-forms's Introduction

A Clone of google forms in React and Nodejs.

GitHub last commit GitHub issues GitHub pull requests

AboutInstallationFeaturesScreenshotsAuthorSupportLicense


About

Hey, It is a clone of Google Forms , it's completely open source and have some extra features. Used React JS with Material UI for front-end and Used NodeJS and MongoDB as backend. Some of the designs and logics are inspired by google forms. You can direct use Form snippet as plugin in your project.

Installation

Downloading and installing steps:
$ cd google-forms
$ npm install && cd server && npm install 
$ cd ..
$ npm run dev

Boom it will automatically start the local server for backend and frontend.

Default Frontend port is 3000 and backend port is 5000

Features

All basic and important features
Google authentication (Login with google) and authorization
Search and sort between from by name, date, last modified
User profile and settings
Answer or fill others form (submit response)
Different form types (Anyone with link, Anonymous, some perticular can answer etc.)
Can add unlimited questions and maximum 5 options to each question
Add image to questions and options (Upload images question and option wise)
Deleteting and duplicating the question
Drag and Drop questions to sort them accordingly

etc.

Screenshots

Home Page

User Preview

User Preview

Submit Preview

Basic question perview

Creater Preview

Share Link

Creater Preview

Response Preview

See more.

Author

Rohit Saini
Rohit Saini

Support

Reach out to me at one of the following places:

License

License: MIT

google-forms's People

Contributors

dependabot[bot] avatar rohitsaini1196 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

google-forms's Issues

Sponsored issue: Conditional Logic

This is a great Google Forms clone app. I want the application to allow certain questions to appear based on the answers to previous questions. This will make the forms more dynamic and it would be great to skip certain questions if they are irrelevant to that particular user.

Priority Support

mintycode

TypeError: forms.map is not a function

Forms
D:/Projects/google-forms/src/Components/Form/Forms.js:78
75 |
76 | {loadingForms ? ():""}
77 |

78 |
| ^ 79 | {forms.map((form, i)=>(
80 |
81 | ))}
View compiled
▶ 17 stack frames were collapsed.
(anonymous function)
D:/Projects/google-forms/src/Components/Form/Forms.js:52
49 | .then((forms2) => {
50 | // console.log(forms2);
51 |
52 | setForms(forms2);
| ^ 53 | setLoadingForms(false);
54 | },
55 |

TypeError: forms.map is not a function

There is another issue about this exact problem. But the user has closed it. So I decided to open another issue.

I'm on the master branch and performed the following tasks.

$ cd google-forms
$ npm install && cd server && npm install 
$ cd ..
$ npm run dev

And when I tried to log in as incognito, I got the following error.
image

I think maybe forms is not an array, so it doesn't have a map function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.