A web application built with Svelte to showcase and interact with C++ coding interview problems. This project provides an interactive platform for exploring, learning, and practicing C++ interview solutions.
# Clone the repository
git clone https://github.com/bniladridas/cpp-coding-interview.git
# Navigate to the project directory
cd cpp-coding-interview
# Install dependencies
npm install
# Run the development server
npm run dev
npm run dev
: Start the development servernpm run build
: Create a production buildnpm run preview
: Preview the production buildnpm run check
: Run SvelteKit type checkinggit checkout -b feature/new-problem
)Total Problems Solved: 0 Last Updated: 2025-01-31