An open API service indexing awesome lists of open source software.

https://github.com/ilukemagic/resume-generator

简历生成器
https://github.com/ilukemagic/resume-generator

Last synced: 11 months ago
JSON representation

简历生成器

Awesome Lists containing this project

README

          

# 简历生成器 (Resume Generator)

一个使用 Next.js 构建的简历生成器,支持实时预览和 PNG 导出。

## 功能特点

- 📝 实时预览:边编辑边查看效果
- 🖼️ 头像上传:支持个人头像上传
- 📱 响应式设计:支持移动端和桌面端
- 🎨 简洁美观:现代化的 UI 设计
- 📤 导出功能:支持导出为 PNG 格式
- 🔄 拖拽排序:支持简历各部分内容的拖拽排序
- 🎯 自定义内容:支持自定义工作经验、教育背景和个人简介

## 技术栈

- [Next.js](https://nextjs.org)
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Tailwind CSS](https://tailwindcss.com)
- [shadcn/ui](https://ui.shadcn.com)

## 开始使用

1. 克隆项目:

```bash
git clone [repository-url]
```

2. 安装依赖:

```bash
npm install
```

3. 运行开发服务器:

```bash
npm run dev
```

4. 打开浏览器访问 [http://localhost:3000](http://localhost:3000)

## 使用说明

1. 基本信息:填写个人基本信息,包括姓名、职位、联系方式等
2. 工作经验:添加工作经历,包括公司名称、职位、时间段和工作内容
3. 教育背景:添加教育经历,包括学校、专业、学历和时间段
4. 个人简介:添加个人介绍和职业目标
5. 拖拽排序:通过拖拽调整各部分内容的显示顺序
6. 导出简历:点击导出按钮,将简历保存为 PNG 格式

## 部署

项目可以部署到 Vercel 平台:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/yourusername/resume-generator)

## License

MIT