Commit Graph

102 Commits

Author SHA1 Message Date
fff316d5ec test1 2025-12-05 00:34:39 +05:30
ishikabhoyar
fbbcabbeab style: update padding for console content for improved layout 2025-11-09 13:58:11 +05:30
ishikabhoyar
35d40da727 feat: enhance terminal input handling and improve WebSocket connection safety 2025-11-09 13:52:48 +05:30
ebaef13845 feat: add functionality to mark questions for review and update styles for marked questions 2025-11-08 23:03:25 +05:30
b075e5b3d3 feat: implement test cases tab with styling and functionality for displaying test cases 2025-11-08 22:52:51 +05:30
ishikabhoyar
1d3b1c74e1 fix: process code input to handle newlines and tabs correctly; update CSS for better text wrapping 2025-11-08 18:44:55 +05:30
ishikabhoyar
8ec0935486 refactor question bar and problem container styles for improved layout and readability 2025-11-03 20:21:33 +05:30
ishikabhoyar
33b9e2fe38 add reset code functionality to restore original starter code in CodeChallenge component 2025-11-03 20:02:01 +05:30
ishikabhoyar
c579f972b8 remove example problem data and related starter code handling from CodeChallenge component 2025-11-03 19:59:49 +05:30
ishikabhoyar
0c844c3122 remove starter code templates for all questions in CodeChallenge component 2025-11-03 19:53:45 +05:30
356d532beb add terminal input handling and styling to CodeChallenge component 2025-11-03 15:30:58 +05:30
ishikabhoyar
2508731ec7 refactor WebSocket and fetch API URLs to use environment variables for better configuration 2025-11-03 14:25:01 +05:30
6ef2edb768 add tunnel-only setup with host network mode, including updated Dockerfile, docker-compose, and configuration files 2025-11-01 00:55:04 +05:30
fbafab5d51 add tunnel-only setup with Docker, including Dockerfile, docker-compose, and scripts 2025-11-01 00:49:59 +05:30
a433c5067f update service configuration to use host.docker.internal for backend connectivity 2025-10-31 21:21:46 +05:30
ishikabhoyar
ec33604a6f refactor docker-compose configuration to simplify network setup for tunnel service 2025-10-31 16:36:17 +05:30
ishikabhoyar
dbd8770f20 refactor Dockerfile and configuration for cloudflared tunnel setup 2025-10-31 16:28:37 +05:30
ishikabhoyar
9fa0528ff0 remove DNS routing setup for cloudflared tunnel in Dockerfile 2025-10-31 16:23:19 +05:30
ishikabhoyar
e82554215b add Dockerfile, docker-compose, and scripts for frontend tunnel setup 2025-10-31 16:08:02 +05:30
ishikabhoyar
abc15efabd refactor API URL handling in TestList and AuthContext components 2025-10-31 15:12:58 +05:30
ishikabhoyar
b18dc5f21b update styling for language selector and reset code button in CodeChallenge component 2025-10-30 23:24:48 +05:30
ishikabhoyar
336ad17240 remove active line border from Monaco Editor 2025-10-30 23:10:43 +05:30
ishikabhoyar
9d180e13b1 increase font size for time labels in index.css 2025-10-30 23:07:04 +05:30
ishikabhoyar
6b98938245 update font sizes and layout adjustments in CodeChallenge component 2025-10-30 23:06:22 +05:30
ishikabhoyar
9a1dee00a1 Enhance UI and UX of Code Challenge Component 2025-10-30 22:21:49 +05:30
ishikabhoyar
9d6729e63c modernize UI for Code Challenge page with new header, question palette, and improved styling 2025-10-30 21:54:07 +05:30
ishikabhoyar
4daafa726d fix: update API URL for student submissions in CodeChallenge component 2025-10-29 16:43:37 +05:30
47f73681af feat: Update login navigation and authentication flow
- Changed navigation from '/editor' to '/tests' after successful login.
- Introduced token state management in AuthContext for better handling of authentication.
- Updated login function to store JWT instead of Google token.
- Added error handling for login and test fetching processes.

style: Enhance UI with new footer and test list styles

- Added a footer component with copyright information.
- Created a new TestList component with improved styling and animations.
- Implemented responsive design for test cards and filter tabs.
- Added loading and error states for better user experience.

fix: Improve API interaction for test fetching and password verification

- Refactored API calls to use a centralized studentApi utility.
- Enhanced error handling for API responses, including unauthorized access.
- Implemented password verification for protected tests before starting them.
2025-10-29 11:37:19 +05:30
ishikabhoyar
304761e258 Remove Header component from ProtectedRoute in App.jsx 2025-10-28 14:14:44 +05:30
ishikabhoyar
453f44a43a Add Google OAuth integration, routing, and theme toggle; implement login and protected routes 2025-10-13 23:51:39 +05:30
Ishika Bhoyar
e8e6011524 Merge pull request #2 from ishikabhoyar/leetcode
Leetcode
2025-10-13 16:38:55 +05:30
ishikabhoyar
eabfbf806e Refactor footer padding and enhance scrollbar styles for terminal and content areas 2025-08-17 17:07:38 +05:30
ishikabhoyar
e4f193613a Add footer component and styles to prevent overlap with content 2025-08-17 17:03:16 +05:30
210f531990 Update configuration defaults for server and executor settings 2025-08-15 14:53:57 +05:30
e9553dd3af Add DNS routing setup for cloudflared tunnel in Dockerfile 2025-08-15 14:23:29 +05:30
458b2ca06f Add credentials.json and update cloudflared configuration in Dockerfile 2025-08-15 14:19:58 +05:30
232c6ec530 Update supervisord configuration for cloudflared to use tunnel URL and modify tunnel ID in config.json 2025-08-15 14:17:18 +05:30
20680719f5 Update Dockerfile and docker-compose to enhance cloudflared configuration and startup process 2025-08-15 14:09:36 +05:30
c7d65c612f Refactor Dockerfile and docker-compose to use supervisord for process management and update cloudflared installation method 2025-08-15 14:05:00 +05:30
e5827cfa42 Add supervisord configuration for backend and cloudflared services 2025-08-14 23:55:57 +05:30
720a37fa82 Refactor Dockerfile to create startup script dynamically, ensuring correct line endings and improved backend initialization 2025-08-14 23:52:05 +05:30
9474d2f633 Add Dockerfile and Makefile for cloudflared tunnel setup; include startup script 2025-08-14 23:49:19 +05:30
5902300c95 Refactor Dockerfile to streamline cloudflared installation and improve image layering 2025-08-14 23:42:45 +05:30
eb2873a3b9 Add Docker setup for Monaco backend with Cloudflare tunnel support 2025-08-14 21:15:53 +05:30
ishikabhoyar
25900803c3 Increase timeout settings for Python, C, C++, JavaScript, and Go language configurations to improve execution reliability 2025-08-08 13:39:49 +05:30
ishikabhoyar
5104fcbde0 java timeout 2025-08-08 13:37:52 +05:30
ishikabhoyar
402235bdec Remove unused vite.svg file to declutter the project 2025-08-08 13:37:30 +05:30
2af996b83e Add Dockerfile and Nginx configuration for multi-stage build setup 2025-07-23 19:31:13 +05:30
ishikabhoyar
d501b53ab6 Add favicon.ico and link it in index.html for improved branding 2025-07-23 17:25:21 +05:30
ishikabhoyar
ac12360822 Remove CodeChallenge component CSS file to streamline styling management 2025-07-23 17:17:12 +05:30