A React.js 版的动态响应式简历
- React 前端框架
- ES6/7 采用最新JS语法
- Async/Await Promise 用于处理异步事件流
- Marked 识别markdown语法
- Prismjs/react-prism 实现语法高亮
- styled-components 在JS中写CSS
- classnames 处理className
- Express create-react-app 自带服务器
- icomoom.css 字体图标
利用 Async/Await Promise 实现按步骤绘制动态简历
实现了加速、播放、暂停、跳过、重来、下载PDF等功能
- 本地下载、编译、运行,可以参考以下命令:
git clone [email protected]:LDQ-first/react-animating-resume.git
cd react-animating-resume-1/
npm install
npm start
npm run build
就可以在 http://localhost:3000/ 上看到项目的展示效果啦