https://github.com/lemonadee71/cv-maker
Create your own CV and export it to PDF in just a few steps.
https://github.com/lemonadee71/cv-maker
material-ui react
Last synced: about 2 months ago
JSON representation
Create your own CV and export it to PDF in just a few steps.
- Host: GitHub
- URL: https://github.com/lemonadee71/cv-maker
- Owner: lemonadee71
- Created: 2021-06-13T09:08:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T09:07:31.000Z (about 2 years ago)
- Last Synced: 2025-02-10T11:44:39.977Z (4 months ago)
- Topics: material-ui, react
- Language: JavaScript
- Homepage: https://lemonadee71.github.io/cv-maker/
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Maker
## 🗒️ Description
An easy to use CV Maker. You can add and delete blocks to put your info in. Once finished, you can then export it to PDF and you're done!## 💻 Demo
Try it [here](https://lemonadee71.github.io/cv-maker/)## ✨ Features
- Simple and intuitive UI
- Descriptive error messages for smooth experience
- Saves as PDF
- Responsive
- Light/dark mode depending on your system settings## 🖥️ Technologies Used
- React
- Material UI
- date-fns
- @react-pdf/renderer## Motivation
For this project, I wanted to solidify my knowledge of React and play around with context and useReducer. I also wanted to learn about forms especially how to make the experience of filling them up smooth. I did learn about different ways to show error messages after this.## Credits
Data used in the preview CV is from Gianluca Jahn's [CV Creator](https://gianlucajahn.github.io/CV-Application/)