An open API service indexing awesome lists of open source software.

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

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