DevBuild Resume is a modern and efficient web application designed to help developers create professional resumes quickly. Built with the latest web technologies like Next.js 15, React 19, Material-Tailwind, Tailwind CSS v4, and TypeScript, it offers a streamlined experience for showcasing your skills and experience with a clean, developer-focused aesthetic.
While DevBuild Resume focuses on a visually appealing and developer-friendly design, please be aware that advanced styling might not be fully compatible with all Applicant Tracking Systems (ATS). For optimal ATS results, consider generating a plain text version or simplifying the design elements.
DevBuild Resume adopts a flexible approach by fetching resume data from a JSON file. This allows you to update your resume content without needing to redeploy the application.
resume.json
file and an images
folder for your avatar) in a separate GitHub repository.resume.json
: This file contains all your resume information, following the structure defined in the public/data/template.json
file of this application.images
Folder: Store any images you want to include in your resume (like your avatar) in this folder within your data repository.src/libs/resumeAPI.ts
(or similar file) in this application with the URL of your GitHub Pages deployment.This separation of data and application makes updating your resume incredibly easy – just modify the resume.json
file and push the changes to your data repository!
This project is designed for easy deployment on Vercel. The platform automatically detects the Next.js project and handles the build and deployment process seamlessly.
Get a local copy up and running by following these simple steps:
git clone [https://github.com/egarrisxn/devbuild-resume.git](https://github.com/egarrisxn/devbuild-resume.git)
cd devbuild-resume
npm install
# or
yarn install
# or
pnpm install
npm run dev
# or
yarn dev
# or
pnpm dev
http://localhost:3000
to view the application./info
in your local development environment or the live demo./final-resume
to see your generated resume.We welcome contributions! If you have ideas for improvements, bug fixes, or new features, please feel free to:
Your feedback is valuable! If you encounter any issues, have suggestions, or would like to request a new feature, please open an issue on GitHub.
This project is licensed under the MIT License.
If you have any questions, comments, or concerns, don't hesitate to reach out:
Thank you for using DevBuild Resume! We hope it helps you create a fantastic resume.