Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 823 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 823 Bytes

CV Builder

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.

Getting Started

To get a local copy up and running, note the prerequisites and follow these steps.

Prerequisites

  • React
  • NPM
  • Any code editor (VSC, Brackets, etc)

Instructions

  1. Open terminal
  2. Navigate to your desired location to place this repository
  3. Copy and paste the following code into the terminal: git clone [email protected]:jayjay19630/cv-builder-app.git
  4. Run cd cv-builder-app
  5. Run npm install
  6. Run npm run dev
  7. Head over to http://localhost:5173/ to create your own CV!