A beautiful, high-performance personal interview preparation workspace to manage coding problems, solve challenges in a premium IDE, and track your progress locally.
To provide a seamless, feature-rich environment for mastering DSA and preparing for technical interviews. It offers high-quality history tracking and persistent code reviews.
- Add Problems Easily: Instantly import from Competitive Companion or create custom ones directly via forms.
- IDE Workspace: Resizable split-screen layout with Monaco Editor for writing code locally.
- Problem Management: Advanced dashboard to search, filter, and update problems dynamically.
- Personal Tracking: Take notes, track submission metrics (memory/time), and review code history.
- Premium UI: High-quality dark/light mode system with responsive grids and smooth transitions.
This frontend interacts directly with the high-performance Go-based backend:
- Backend Repo: https://github.com/himanshu3889/code-master-backend
-
Clone the Repository:
git clone https://github.com/himanshu3889/code-master-frontend.git cd code-master-frontend -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
Open http://localhost:5173 in your browser to access the application. Make sure the backend server is running concurrently.