Ct Answers
Web app for browsing curated coding test solutions with fast SPA navigation.
TypeScriptWeb App
CT Answers collects coding interview solutions from LeetCode, HackerRank, and CodeForces, organized by category and difficulty. Instant client-side search with fuzzy matching, filtering by topic, syntax-highlighted code blocks, and bookmarking for problems worth revisiting - the SPA architecture keeps browsing fast with no full page reloads.

Problem data is static JSON served at build time in TypeScript with a client-side router, and syntax highlighting is powered by Shiki. The app is deployed on Vercel.