Quickly create a cool-looking resumé (well, the coolness depends on other stuff too) using a simple-to-use editor. Just fill in your details and click print.
- See visual changes directly on the resumé as you fill/edit details
- Add or remove data fields as necessary
- Print the resumé without hassle
- React.js - front-end JavaScript library for building user interfaces
- Vite - (dev) build tool and development server
- JavaScript - scripting language for the web
- JSX - an XML-like extension to the JavaScript language syntax
- CSS - stylesheet language for the web
- ESLint - (dev) JavaScript linter
public/- contains visual assetssrc/components/- contains primary UI componentsdata/defaults.js- filler data on initial loadstyles/- contains CSS stylesheets for each componentui/- contains small UI piecesApp.jsx- primary assimilator componentindex.css- default and global stylesmain.jsx- primary file with driver code
eslint.config.js- linter configurationindex.html- main HTML pagevite.config.js- build configuration

