This web app is for practicing Citizenship Civics.
You can access online demo from here . https://citizenship-civics.appspot.com/
You will be asked 100 questions for citizenship test randomly.
You can see quick question answer every time.
When you finish all the questions, you get a score and you can check the list of what you made mistake.
App can keep the state while practicing, you can practice whenever you have a small amount of time at bathroom, or waiting for your family / friend at shopping center.
Good luck!
This project run on GAE Golang. Following is the deploy steps.
- Clone repository
- cd frontend && yarn install
- yarn build
- Create GAE project on gcloud
- dev_appserver.py app.yaml for development
- gcloud app deploy for production