This exam review system is a toy project to help myself learning React.js. It was bootstrapped with Create React App. The system statically embeds some example quizzes and provides searching with keyword fucntion.
Demo site: https://kid-pc-chen.github.io/exam_review_system_v1/
The other versions:
- adopting React.js with Redux: https://github.com/kid-pc-chen/exam_review_system_v2
- adopting React.js with react-redux https://github.com/kid-pc-chen/exam_review_system_v3