This app helps working professionals to quickly and efficiently create amazing CVs. Users simply need to add in their personal information, education and work experiences, and the app will automatically generate an aesthetically pleasing resume that will impress any employer.
To get a local copy up and running, note the prerequisites and follow these steps.
- React
- NPM
- Any code editor (VSC, Brackets, etc)
- Open terminal
- Navigate to your desired location to place this repository
- Copy and paste the following code into the terminal:
git clone git@github.com:jayjay19630/cv-builder-app.git
- Run
cd cv-builder-app
- Run
npm install
- Run
npm run dev
- Head over to http://localhost:5173/ to create your own CV!