Skip to content

yegeunyang/odin-CV-application

Repository files navigation

Overview

This is part of The Odin Project Full Stack JavaScript course projects. This project builds a website that allows a user write their own resumé and download it as a PDF file.

Technologies Used

  • HTML
  • CSS
  • JavaScript(React.js)

Goal

  • Understand how components and states work in React.js
  • Understand and apply advanced CSS techniques.
  • User must be able to edit or delete what they wrote.
  • User must be able to download the completed resumé as a PDF file.

Acknowledgments