edgarmuyomba / cv-builder

A simple react application used to generate a professional resume

Home Page:https://cv-builder-mu-nine.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple react application used to generate a professional resume

https://cv-builder-mu-nine.vercel.app/


Languages

Language:JavaScript 54.3%Language:HTML 29.6%Language:CSS 16.1%