https://github.com/ilukemagic/resume-generator
简历生成器
https://github.com/ilukemagic/resume-generator
Last synced: 11 months ago
JSON representation
简历生成器
- Host: GitHub
- URL: https://github.com/ilukemagic/resume-generator
- Owner: ilukemagic
- Created: 2025-01-31T06:52:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-31T07:03:16.000Z (about 1 year ago)
- Last Synced: 2025-03-13T03:30:30.591Z (12 months ago)
- Language: TypeScript
- Homepage: https://resume-generator-eta-seven.vercel.app
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 平台:
[](https://vercel.com/new/clone?repository-url=https://github.com/yourusername/resume-generator)
## License
MIT