This project is a single-page React app containing solutions to multiple coding & UI questions, all accessible from one place. Each problem is built as a separate React component, but all are managed within a single codebase and run locally on the same localhost port for easy navigation, testing, and study.
- Aimed at practicing and sharing React coding interview questions.
- All solutions run within one React app—switch between problems from one interface.
- Good for learning, interviews, and demoing React proficiency.
- Multiple React questions/components, each in its own file or folder.
- All questions/components rendered from one React project.
- Instant feedback: update code, save, and check the result right away.
- Readable code for each question—helpful for revision and interview prep.
- React (CRA or Vite)
- npm for dependencies
- React Router