https://github.com/amdzy/resume-builder
https://github.com/amdzy/resume-builder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/resume-builder
- Owner: amdzy
- License: mit
- Created: 2021-08-17T10:08:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T19:27:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T02:28:30.630Z (5 months ago)
- Language: JavaScript
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume Builder
A React app which allows users to create their own resume using a ready template and download it in a PDF format.
[Live Page](https://soul-remix.github.io/resume-builder/)
## Getting started
```
git clone: https://github.com/Soul-Remix/resume-builder.git
cd resume-builder
npm install
npm start
```## Built with
* [React](https://reactjs.org/)
* [react-to-print](https://www.npmjs.com/package/react-to-print)
* [uniqid](https://www.npmjs.com/package/uniqid)