Skip to content

A personal resume website template built with React, Typescript, Next, Tailwind

Notifications You must be signed in to change notification settings

djhanus/react-resume

 
 

Repository files navigation

React Resume Portfolio Site

  1. Completely rebuilt with React and full typescript support
  2. Built on the Next.js framework for easy server side rendering/static generation, image optimization, api routes, and deployment
  3. Styled entirely with TailwindCss
  4. Re-organized data population file for customizing site.
  5. Significant improvement/modernization of all site sectionsv

How-to

  • yarn install
  • yarn dev (ex, http://localhost:3000)
  • yarn build (export production to out/)
  • Customize site data in /src/data/data.tsx with types defined in dataDef.ts.
  • Example images are located in src/images/.

Build Deploy

  • yarn build to export production files to out/ dir

About

A personal resume website template built with React, Typescript, Next, Tailwind

Topics

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 94.5%
  • JavaScript 4.3%
  • SCSS 1.2%