Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.2 KB

CV Builder

This is a simple resume builder or generator as part of The Odin Project react exercises. The project allows users to enter information about their bio, work and education history and uses a predefined template to generate a resume. This resume can then be downloaded at the user's convenience.

You can checkout the live demo here

Screenshots

Desktop Preview

Desktop Screenshot

Tablet Preview

Tablet Screenshot

Mobile Preview

Mobile Screenshot

Setting up dev

  1. copy the repository url
  2. clone the repository in a desired directory
    git clone <url>
    
  3. enter the directory using command line
  4. install all the necessary dependencies using npm
    npm install
    
  5. run this command to run the server and access the demo on localhost:5173
    npm run dev
    

Build with

  1. React
  2. react-to-print