https://github.com/rosendo-martinez/cv-application
A CV generator website. [React]
https://github.com/rosendo-martinez/cv-application
react vite
Last synced: 3 months ago
JSON representation
A CV generator website. [React]
- Host: GitHub
- URL: https://github.com/rosendo-martinez/cv-application
- Owner: Rosendo-Martinez
- Created: 2024-01-13T20:35:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T03:33:48.000Z (over 1 year ago)
- Last Synced: 2025-01-19T07:24:50.837Z (5 months ago)
- Topics: react, vite
- Language: JavaScript
- Homepage: https://rosendo-martinez.github.io/cv-application/
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Generator Application
This website lets users create a CV by simply inputing their information.
**Live demo [link](https://rosendo-martinez.github.io/cv-application/)**. 👈
### Technology Used:
- React
- Vite
- JavaScript
- CSS
- HTML### What I learned:
- The importance of properly breaking up tasks.
- The importance of avoiding premature optimization.# Screenshots



# Commands
To start up the local development server: `npm run dev`
To format the code: `npm run format`
To build the project: `npm run build`