The CV Maker project is created according to the assignment from The Odin Project course.
🔗 Live preview of the project is here.
- Customizable PDF download.
- Picture upload.
- 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.
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
- See my next project Memory Card
- See my previous project Tic Tac Toe