A framework to create new generation resume with power of React and Markdown.
A framework to create new generation resume with power of React and Markdown.
The main branch (v0.1) is now in a feature freeze. The next version is being developed in the markdown-support branch. Find out more about the those changes here.
This is a resume starter/template to allow you writing your resume with React.
It has the following features:
Live Deployment of this repo (With all features mentioned above but GPT integration)
You can download PDF version of this resume by click the download button on the top right corner. Note the best way to print is to print it in Chrome/Arc Browser with A4 Size like the following.
In your download PDF file, the button in the top right corner will be “View Live Resume” button to let your reader to go to your website (live resume).
My Resume (With GPT integration)
fork/clone this repo
Go to the folder you cloned, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the sections in the resume by modifying files in components/section
folder. And change the your photo in the navbar by change the file /components/header.tsx
and public/images/portrait.jpeg
.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository – your feedback and contributions are welcome!
VERY EASY! NO CODE NEEDED! AND FREE!
The easiest way to deploy this app (This is an Next.js app) is to use the Vercel Platform.
Go to Vercel Platform Dashboard, Then click Create New -> Project
.
Then you can import your repo. (You need to fork this repo or create your own repo after cloning this repo)
Then you can deploy your app by clicking Deploy
button.