https://github.com/kiranandcode/cvgenerator
Simple, Formal, Elegant. CV Generator
https://github.com/kiranandcode/cvgenerator
cv-generator java swing-gui
Last synced: 11 months ago
JSON representation
Simple, Formal, Elegant. CV Generator
- Host: GitHub
- URL: https://github.com/kiranandcode/cvgenerator
- Owner: kiranandcode
- Created: 2017-11-21T08:20:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T09:05:57.000Z (over 8 years ago)
- Last Synced: 2025-04-22T12:18:45.457Z (about 1 year ago)
- Topics: cv-generator, java, swing-gui
- Language: Java
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CV Generator
## Fast, Fancy, Elegant
CV generator provides a fluid UI interface for storing your achievements, which can then be exported as a .tex latex file.
Utilizes a sweet, smooth, straight to the point formatting for the CV.
Exceed your expectations with CV generator!
Enjoy.
## Screenshots
![Application][app]
Looking good.
![PDF output][pdf]
Example output. Straight to the point.
## Development Strategy
This was one of the larger Swing applications I've built - it was also my first time implementing a Swing MVC architecture, which was also
good fun. The UI design was emergent, mainly following the constraints of the framework while attempting to maximise readability.
[app]: https://raw.githubusercontent.com/Gopiandcode/cvgenerator/master/CVGeneratorScreenshot.png "Application Screenshot"
[pdf]: https://raw.githubusercontent.com/Gopiandcode/cvgenerator/master/CVGeneratorOutputScreenshot.png "Final Latex Compiled PDF output"