Skip to content

feat: added timeline component#22

Open
msaeedsaeedi wants to merge 2 commits into
mainfrom
feat/timeline-component
Open

feat: added timeline component#22
msaeedsaeedi wants to merge 2 commits into
mainfrom
feat/timeline-component

Conversation

@msaeedsaeedi

Copy link
Copy Markdown
Member

Description

Added timeline component

Usage

<Timeline>
  <TimelineItem title="Phase 1: The Invisible CV" date="Year 1-2" status="completed">
    You rely completely on university coursework. Your GitHub is either empty or private, and your CV is just a list of courses and programming languages without any public evidence of your ability to write production code.
  </TimelineItem>
  
  <TimelineItem title="Phase 2: Building Proof" date="Year 3" status="active">
    You start contributing to open source, deploying side projects with proper documentation, and sharing your code publicly. You are actively turning your claims into verifiable facts.
  </TimelineItem>
  
  <TimelineItem title="Phase 3: The Optimized Portfolio" date="Year 4" status="upcoming">
    Your CV acts as a map to your verifiable achievements. You write case studies for your major projects and start getting referrals from people who have actually seen your code.
  </TimelineItem>

  <TimelineItem title="Phase 4: Getting Shortlisted" date="Graduation" status="upcoming">
    You easily pass the 10-second recruiter scan because your proof speaks louder than generic claims. The interviews begin.
  </TimelineItem>
</Timeline>

Related Issues

Fixes N/A
Closes #18

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (non-breaking change to README, docs, or guides)
  • Refactoring (code reorganization, styling, or performance improvement with no user-facing changes)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  • Local Build: Ran npm run build and compiled successfully with no errors.
  • Lint/Format Check: Ran npm run lint and all Biome rules passed.
  • Browser Testing: Tested and verified page rendering and interactions on (list browsers/devices):
    • Chrome / Firefox / Safari
    • Mobile viewports (if applicable)

If applicable, please attach screenshots or screen recordings demonstrating the visual/behavioral changes:

Checklist

  • My code follows the style guidelines of this project (run npm run lint:fix and npm run format:write locally).
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation (if applicable).
  • My changes generate no new warnings or console errors.
  • I have linked any related issues.

@msaeedsaeedi msaeedsaeedi self-assigned this Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Timeline Component

1 participant