All Projects β†’ aisensiy β†’ React Survey

aisensiy / React Survey

A Survey System Created With React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Survey

Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-3.23%)
Mutual labels:  tutorial
Wq
πŸ“±πŸŒπŸ“‹ wq: a modular framework supporting web / native geographic data collection apps for mobile surveys and citizen science. Powered by Django REST Framework, Redux, React, and Material UI.
Stars: ✭ 182 (-2.15%)
Mutual labels:  survey
Docker For Java
Docker for Java Developers
Stars: ✭ 183 (-1.61%)
Mutual labels:  tutorial
Facebook Pop Tutorial
Facebook's Pop Framework, By Examples
Stars: ✭ 181 (-2.69%)
Mutual labels:  tutorial
Gooact
βš›οΈΒ React done in 160 lines of JavaScript.
Stars: ✭ 182 (-2.15%)
Mutual labels:  tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-2.15%)
Mutual labels:  tutorial
Learn Rollup
This is an example project to accompany a tutorial on using Rollup.
Stars: ✭ 178 (-4.3%)
Mutual labels:  tutorial
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (-1.08%)
Mutual labels:  tutorial
Judo Heroes 2
Universal Javascript sample application with React Router 4 and Express 5 (Enhanced version of https://github.com/lmammino/judo-heroes)
Stars: ✭ 182 (-2.15%)
Mutual labels:  tutorial
Keycloak Nodejs Example
A simply step by step Keycloak, MySQL and Node.js integration tutorial. There are some docker examples as well.
Stars: ✭ 183 (-1.61%)
Mutual labels:  tutorial
Hapijs.com
The hapijs.com website
Stars: ✭ 181 (-2.69%)
Mutual labels:  tutorial
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (-1.61%)
Mutual labels:  tutorial
K8s Intro Tutorials
Kubernetes Intro Tutorials
Stars: ✭ 183 (-1.61%)
Mutual labels:  tutorial
Build Your Own Shell
Guidance for mollusks (WIP)
Stars: ✭ 181 (-2.69%)
Mutual labels:  tutorial
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (-1.08%)
Mutual labels:  tutorial
Studytensorflow
How to use TensorFlow
Stars: ✭ 180 (-3.23%)
Mutual labels:  tutorial
Mayhem
The Python asyncio tutorial I wish existed earlier
Stars: ✭ 184 (-1.08%)
Mutual labels:  tutorial
Wasm game of life
A Rust and WebAssembly tutorial implementing the Game of Life
Stars: ✭ 184 (-1.08%)
Mutual labels:  tutorial
Zero To Preact
A Step-by-step Guide to Preact + Webpack 2, without boilerplate!
Stars: ✭ 185 (-0.54%)
Mutual labels:  tutorial
Slic Starter
A complete, serverless starter project
Stars: ✭ 184 (-1.08%)
Mutual labels:  tutorial

React Survey

Many tutorials cover basics of React and Redux, but they aren't helpful in handling a real world project such as survey or questionnaire. React Survey project shows how to build a more complex web application with React and Redux.

See live demo here

Recently Update

Recently I don't have enough time to give frequent update for this project. But it seems there is still someone wanna fork and learn this project. I really appreciate your supports. I will do my best to continue update this project. Here is some plan for this project.

  1. Update deprecated codes in react
  2. Update bugs in issue
  3. Give a easier way to make the backend work with frontend

PR is welcome :)

Features

Survey editor

Survey collect

Data view

Report process

Run

The demo only shows a front end of the application. For a fully functioning application, the back end part is also necessary.

Installing Front End

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

Installing Back End

Get the back end part from here. This is a Rails 5 application. You need to install Ruby on your machine.

The fastest way to deploy the back end is to use Heroku.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].