https://github.com/nacho1980/cv-builder
This application allows to generate a nice looking CV and download it
https://github.com/nacho1980/cv-builder
cypress material-ui react react-pdf redux typescript
Last synced: 9 months ago
JSON representation
This application allows to generate a nice looking CV and download it
- Host: GitHub
- URL: https://github.com/nacho1980/cv-builder
- Owner: Nacho1980
- Created: 2025-01-22T19:57:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-08T11:20:39.000Z (about 1 year ago)
- Last Synced: 2025-03-27T07:15:28.708Z (about 1 year ago)
- Topics: cypress, material-ui, react, react-pdf, redux, typescript
- Language: JavaScript
- Homepage: https://cv-builder-ashen.vercel.app/
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV generator React demo by Ignacio.
## React + Redux + TypeScript + Vite + React-pdf + Material UI + Cypress
CV generator: After requesting data from the user
and storing in the redux store, it generates a CV downloadable in PDF format.
Created with vite
Run: `npm run dev` (http://localhost:5173/)
Test: `npx cypress open`
This application will be deployed in vercel, check the url as well as other projects in my github repo:
https://github.com/Nacho1980
Some improvements that could be done over this project (I moved on to other stuff :):
-Expanding the functionality: more validations, higher number of templates, etc.
-CSS improved by dividing into different files, styling components or the use of new tools like Tailwind