Skip to content

sonnd9x/react-survey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Survey

Right now, there are many tutorial react apps to show how to make it work with redux and react, but these apps do not help to learn how to handle a real project. Survey or questionaier is a well-known problem. React Survey is a project show how to use redux and react build a more complicated web application.

See live demo here

Features

Survey editor

Survey collect

Data view

Report process

Run

This is just a front end part of the whole application. To make the application work, the backend part is also necessary.

For Frontend

npm install
export REACT_APP_ENDPOINT=http://localhost:3000
npm start

For Backend

Get the backend part from here. This is a rails5 application. You need install ruby on your machine.

The fatest way to deploy the backend is to use Heroku.

About

A Survey System Created With React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • HTML 18.9%
  • CSS 4.7%
  • RAML 2.4%