Skip to content

Conversation

@cherylpinto
Copy link
Contributor

Description

πŸ“„ PR: Interview Prep β†’ Overview Page Design & Content

✨ Summary

This PR implements the complete design and content for the Interview Prep β†’ Overview tab.
It addresses the previously empty/unstructured layout by adding a theme-aligned, responsive, and engaging overview page.


βœ… Changes Made

  • Introduction Section

    • Added a clear introduction explaining the purpose of the Interview Prep section.
    • Highlighted why both technical and behavioral preparation are important.
  • Interview Process Flow

    • Implemented a responsive, dark-mode compatible flowchart/timeline:
      Resume Optimization β†’ Technical Assessment β†’ Behavioral Deep-Dive β†’ Final Alignment.
  • Preparation Strategy

    • Added tips for balancing problem-solving, communication, and behavioral readiness.
    • Included visual icons and themed blocks for each strategy point.
  • Quick Links Section

    • Created four interactive cards linking to:
      • Technical
      • Behavioral
      • Companies
      • Practice
    • Ensured cards have uniform height with aligned β€œExplore Section →” footer text.
  • Responsive & Dark Mode Support

    • Optimized all sections for mobile, tablet, and desktop views.
    • Full compatibility with light/dark themes.

🎯 Purpose

To provide a structured, visually engaging, and informative entry point to the Interview Prep section, guiding users through:

  • What the section covers
  • Why preparation matters
  • The interview journey
  • Where to go next (quick access links)

πŸ–ΌοΈ Video Implementation

Interview.Preparation.-.RecodeHive.and.1.more.page.-.Personal.-.Microsoft_.Edge.2025-08-14.21-30-34.mp4

πŸ”— Related Issue

Fixes #310 - Page Request: Interview Prep β†’ Overview Page Design & Content

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers/devices
  • My changes do not generate new console warnings or errors , I ran npm run build and attached scrrenshot in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

@vercel
Copy link
Contributor

vercel bot commented Aug 14, 2025

@cherylpinto is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thank you for submitting your pull request! πŸ™Œ We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship πŸ’°

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

πŸ“šYour perks for contribution to this community πŸ‘‡πŸ»

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@vercel
Copy link
Contributor

vercel bot commented Aug 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
recode-website βœ… Ready Preview Comment Aug 14, 2025 11:59pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a complete design and content overhaul for the Interview Prep β†’ Overview page, transforming it from an empty/unstructured layout into a comprehensive, engaging guide for interview preparation.

  • Added comprehensive introduction section explaining the purpose and importance of both technical and behavioral interview preparation
  • Implemented interactive interview process journey with a visual flowchart showing 4 stages: Resume Optimization β†’ Technical Assessment β†’ Behavioral Deep-Dive β†’ Final Alignment
  • Created quick access resource cards linking to Technical, Behavioral, Companies, and Practice sections with uniform styling

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/pages/interview-prep/index.tsx Complete content implementation for overview tab including introduction, process flow, preparation strategy, and quick links sections
src/css/custom.css Added dark mode support for overview sidebar elements and reorganized existing navbar fixes
Comments suppressed due to low confidence (1)

src/pages/interview-prep/index.tsx:225

  • [nitpick] These state variables are used only in the overview tab but are declared globally. Consider moving them inside the overview tab conditional block or creating a separate component to improve component organization and reduce unnecessary state management.
  const [showTips, setShowTips] = useState<{ [key: number]: boolean }>({})

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

<div className="relative">
{[
{
step: "01",
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This large inline array (lines 434-534) contains extensive stage configuration data that significantly increases component complexity. Consider extracting this data to a separate constants file or data structure to improve readability and maintainability.

Copilot uses AI. Check for mistakes.
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
{[
{
id: "technical",
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to the stage data above, this quick access sections array (lines 831-863) should be extracted to a separate constants file to reduce component complexity and improve code organization.

Copilot uses AI. Check for mistakes.
@sanjay-kv sanjay-kv merged commit 85b535f into recodehive:main Aug 15, 2025
4 checks passed
@sanjay-kv
Copy link
Member

This dev is good, can you create simillar changes to Technical and Companies tab.
I will assign level 3 for both issue u raise.
feel free to bring your ideas just like the oveievew and behaviour tab u created. @cherylpinto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

πŸ’‘[Feature]: Interview Prep β†’ Overview Page Design & Content

2 participants