Questionnaire to help you practice for the United States Civics Test, built with client-side React. If you just want to start practicing, click here.
Warning I created this to help myself practice for my civics test in 2022. It is based on documentation provided by USCIS from that year, and may no longer be relevant depending on when you take the test.
- Install the application via
yarn install
- Run it locally via
yarn start
- Open the browser and navigate to the localhost url the terminal provides.
You can lint the project using yarn lint
and auto format it with yarn lint:format
.