Skip to content

dnhn/resume-builder

Repository files navigation

Résumé Builder

Résumé Builder—which was built on top of Dwarves Foundation’s Next.js Boilerplate—is an innovative capstone project from the front-end development course in 2023. This tool combines the power of artificial intelligence to offer users comprehensive assistance in refining and enhancing the content of their résumés.

Quick Start

git clone --depth=1 git@github.com:dnhn/resume-builder.git my-project-name
cd my-project-name
pnpm install

Then, you can run locally in development mode with live reload:

pnpm dev

Open http://localhost:3000 in your browser to view the project.

Database

DynamoDB is utilised for data storage, replacing Vercel KV due to exceeding request limits. To save résumés, you will need to setup your own table and add credentials. Please refer to database.ts for more information.