A personal project I built to help me prepare for the CCAT (Canadian Cognitive Abilities Test). This tool generates practice questions across math, logic, spatial, and verbal reasoning categories to help improve cognitive test-taking skills.
- 🤖 AI-Powered Practice Questions - Uses AI to generate relevant CCAT-style questions
- 📝 CCAT Question Types - Practice math, logic, spatial, and verbal reasoning questions
- 🔊 Text-to-Speech - Helps with pronunciation and accessibility
- 📱 Works Offline - Install as a PWA for offline practice sessions
- 📊 Track Progress - See your improvement over time with built-in analytics
- ⚡ Quick & Responsive - Fast loading and smooth interactions
- Framework: React 19.1.0 with TypeScript
- Build Tool: Vite 7.1.7
- UI Components: Radix UI primitives
- Styling: Tailwind CSS 4.x
- State Management: Zustand 5.0.8
- AI Integration: OpenAI 6.0.1
- HTTP Client: Axios 1.12.2
- Icons: Lucide React 0.544.0
- Node.js 20.x or higher
- npm, yarn, or pnpm package manager
- Clone the repository:
git clone <repository-url>
cd ccat-prep-tool- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:5173 in your browser.
src/
├── components/ # Reusable UI components
│ ├── ui/ # Base UI components (shadcn/ui)
│ └── quiz/ # Quiz and practice components
├── lib/
│ ├── ai/ # AI integration services
│ ├── quiz/ # Quiz engine and question generators
│ │ └── generators/ # CCAT question type generators
│ └── history/ # Practice session history
├── pages/ # Page components
└── types/ # TypeScript definitions
For a complete technical overview, see @file-structure.mdc.
- Choose Categories - Pick the CCAT question types you want to practice
- Take Practice Tests - Work through AI-generated questions similar to the real CCAT
- Review Your Performance - Check your answers and track improvement over time
- Practice Regularly - Use it to build confidence before your actual test
- Adjust Settings - Customize the experience to match your preferences
This tool helped me prepare for my CCAT - I hope it helps you too!
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
Found a bug or want to improve something? I'd really appreciate your help!
⭐ If this tool helps you prepare for your CCAT, please consider giving it a star! It helps others find it too.
- Report Issues - Found a problem? Open an issue with details
- Suggest Improvements - Have ideas for new features or question types?
- Contribute Code - Want to add new question categories or fix bugs?
Check out CONTRIBUTORS.md if you want to know more about how to help improve this tool.
This project is licensed under the MIT License - see the LICENSE file for details.
This project uses some amazing open source tools:
- Vite for fast development
- Radix UI for accessible components
- Lucide React for beautiful icons
- OpenAI for AI-powered question generation
If you run into any issues or have questions about using this tool for CCAT preparation:
- Report bugs or issues: Open an issue
- Request features: Suggest new question types or improvements
Best of luck with your CCAT! I hope this tool helps you feel more confident and prepared.