Skip to content

alex-dishen/cv-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Maker

The CV Maker project is created according to the assignment from The Odin Project course.

Preview

🔗 Live preview of the project is here.

Features

  • Customizable PDF download.
  • Picture upload.

Outcome

  • Used React.
  • Used SCSS.
  • Learned SCSS mixins, inheritance, nesting.
  • Learned React classes components, states and props.
  • Learned React way of managing inputs.
  • Learned how to create PDF from class component.
  • Learned how to upload and then show a picture in React.

Getting Started

HTTPS - git clone https://github.com/alex-dishen/cv-maker.git

SSH - git clone git@github.com:alex-dishen/cv-maker.git

cd cv-maker

npm install

npm start

Navigation