Git Product home page Git Product logo

google-forms's Introduction

Hey There, Looking forword to contribute in Open Source. If you have any awesome project/idea, let me know. If you want to check my random thoughts, please check them here feed.stillthristy.in

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

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.

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 |

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.