Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiranandcode/cvgenerator
Simple, Formal, Elegant. CV Generator
https://github.com/kiranandcode/cvgenerator
cv-generator java swing-gui
Last synced: 26 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T09:05:57.000Z (almost 7 years ago)
- Last Synced: 2024-07-20T19:13:00.692Z (4 months ago)
- Topics: cv-generator, java, swing-gui
- Language: Java
- Size: 1.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CV Generator
## Fast, Fancy, ElegantCV 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"