This project contains a comprehensive practice tool for the Canadian Citizenship Test, available as both a Web Application and an iOS Application.
The web application is built with React and Vite.
Prerequisites: Node.js
- Install dependencies:
npm install
- Set the
GEMINI_API_KEYin .env.local to your Gemini API key. - Run the app:
npm run dev
View your app in AI Studio: https://ai.studio/apps/drive/1bQlyglznTe_zUfm_qykrpWFUEhsSb8Ln
The native iOS application is built with SwiftUI and is located in the ios_app directory.
To install the app on your iPhone for testing:
- Open
ios_app/CanadaCitizenshipTest/CanadaCitizenshipTest.xcodeprojin Xcode. - Follow the detailed iOS Deployment Guide.
