Skip to content

Learning React demo, question and answer app using Coffeescript and Rails

Notifications You must be signed in to change notification settings

ehudc/Q-A-React-Rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Question and Answer App With React

A project to try out react.js (in this app used coffeescript because of familiarity, may change later). Current commit supports:

  • Add question
  • display all questions asked with:
  • answer count and view count
  • highest voted answer value
  • date submitted
  • Hacky suggestion for previously asked questions
  • Answer questions on individual pages
  • vote on answers
  • date time submitted

ToDo:

  • users and authentication (allow anonymous use, but require login for features)
  • fix suggestion method
  • prevent vote manipulation (one vote per user / ip)
  • give answers unique urls
  • style and cleanup (date formatting and css)

Index Page on 2015-12-15:

post on 2015-12-15

Post Page on 2015-12-15:

index on 2015-12-15

About

Learning React demo, question and answer app using Coffeescript and Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published