/us-civics-test-practice

🇺🇸 Questionnaire to help you practice for the United States Civics Test. Based on documentation from the 2022 USCIS website.

Primary LanguageTypeScriptMIT LicenseMIT

🇺🇸 US Civics Test Practice

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.

Getting Started ✈️

  1. Install the application via yarn install
  2. Run it locally via yarn start
  3. Open the browser and navigate to the localhost url the terminal provides.

Linting

You can lint the project using yarn lint and auto format it with yarn lint:format.