10000 GitHub - andrewMuntyan/simple-how-to: Simple implementation of question-answer system. React. Vanilla Flux.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewMuntyan/simple-how-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of question-answer system. React. Vanilla flux.

This is based on react-hot-boilerplate by @dan_abramov (Dan Abramov)

Key features

  • Authorization. Separate features for logged nad unlogged users. user identifications by name.
  • Existing questions list screen.
  • Adding questions to list.
  • Filtering questions list by criteria presence of the correct answer
  • One particular question screen with list of answers related to this question.
  • Logged user has possibility to add answers to question.
  • Question owner can pick one question as correct.
  • All data stores in localStorage

Usage

npm install
npm start
open http://localhost:3000

About

Simple implementation of question-answer system. React. Vanilla Flux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0