Software Alternatives, Accelerators & Startups

How to Build a PDF-Exportable Resume with React, TypeScript, and Next.js

Increaser: Productivity Companion GitHub
  1. Your tool for better focus and work-life balance.

    #Time Tracking #Project Management #Productivity 10 social mentions

  2. 2
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    Import { ResumeFooterLink } from "@lib/resume-ui/components/ResumeFooterLink" Import { HStack } from "@lib/ui/css/stack" Import { GitHubIcon } from "@lib/ui/icons/GitHubIcon" Import { LinkedinIcon } from "@lib/ui/icons/LinkedinIcon" Import { MailIcon } from "@lib/ui/icons/MailIcon" Import { TelegramIcon } from "@lib/ui/icons/TelegramIcon" Import { XIcon } from "@lib/ui/icons/XIcon" Import { email, xHandle, linkedInHandle, githubHandle, telegramHandle, } from "@product/config" Export const Contacts = () => ( <HStack fullWidth justifyContent="space-between" alignItems="center" wrap="wrap" gap={16} > <ResumeFooterLink icon={<MailIcon />} name={email} url={`mailto:${email}`} /> <ResumeFooterLink icon={<XIcon />} name={xHandle} url={`https://twitter.com/${xHandle}`} /> <ResumeFooterLink icon={<LinkedinIcon />} name={linkedInHandle} url={`https://www.linkedin.com/in/${linkedInHandle}`} /> <ResumeFooterLink icon={<GitHubIcon />} name={githubHandle} url={`https://github.com/${githubHandle}`} /> <ResumeFooterLink icon={<TelegramIcon />} name={telegramHandle} url={`https://t.me/${telegramHandle}`} /> HStack> ).

    #Software Development #Code Collaboration #Git 2269 social mentions

Discuss: How to Build a PDF-Exportable Resume with React, TypeScript, and Next.js

Log in or Post with