CV-Builder App

Cv Builder allows users to create a good looking CV in a simple way. the UI consists of two main sections: the control and preview. the project was part of TheOdinProject in order to learn state managment in react.

Demo

Live Preview

built with

  • react
  • scss
  • vite

getting started

git clone https://github.com/alyHusseinn/cv-builder.git
npm install
npm run dev

what i learned

  • react fundamentals
  • state management
  • scss
  • vite
  • transform the page or a part of it into a PDF
    • using html2pdf, window.print(), react-to-print,