Skip to content

IngelaL/project-survey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey form with React

This week's project was to build a survey form in React, using state.

The problem

I started by building a good structure in React, using one component for each part of the survey (header, question 1-3, submit button and summary) I have used "useState hook" for the inputs so that when the state changes the component will update. I have also used props to pass the state arguments from the parent component to the children components. If I had more time I would have made the site into a multi-step form.

View it live

Here it it is: https://survey-students.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • CSS 25.6%
  • HTML 15.2%