This is based on react-hot-boilerplate by @dan_abramov (Dan Abramov)
- 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
npm install
npm start
open http://localhost:3000