Skip to content

edgarmuyomba/cv-builder

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published