Skip to content

This is a full stack project made using ruby on rails and jquery. It allows clients to create forms and logged in users to answer them and later the client can see the result by searching by user attributes to see how different sub-grroups answered

Notifications You must be signed in to change notification settings

KJAVA19811815/Analyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze Project

  1. Analyze is a full stack web project
  2. It allows you to create a simple survey with question and choices and allows user to answer the surveys after logging in.
  3. You can later see how different users answered questions by their profile, in this project you can check by gender and age group
  4. Search by 'male', 'female', 'young', 'middle', 'old' since I am using constants.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the bundle install command.
  3. Start the web server using the rails s or bin/rails s -b 0.0.0.0(if in vagrant) command. The app will be served at http://localhost:3000/.

Under-Repair

  1. Working on to fix the user registeration process
  2. Search by other attributes.

Dependencies(other than default)

gem 'rails', '4.2.6' gem 'bcrypt', '~> 3.1.7'

gem 'survey', '~> 0.1'

gem 'pg'

gem 'chart-js-rails'

gem 'puma', '~> 3.0'

gem 'sass-rails', '~> 5.0'

gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6' gem 'autoprefixer-rails'

gem 'uglifier', '>= 1.3.0' gem 'jquery-rails' gem 'turbolinks', '> 5' gem 'jbuilder', '> 2.5'

Screenshots

"Screenshot of home page" "Screenshot of login page" "Screenshot of survey creation page" "Screenshot of answer" "Screenshot of searchbar page"

About

This is a full stack project made using ruby on rails and jquery. It allows clients to create forms and logged in users to answer them and later the client can see the result by searching by user attributes to see how different sub-grroups answered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published