Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 779 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 779 Bytes

Resume Generator

A React app that allows users to automatically generate their own resume format by inputting their own information. This also allows users to easily download it after in a PDF format.

Live Demo

Features Coming Soon

  • Allowing the work experience, projects and education portion to be moved around
  • Creating a skills section
  • Debugging the links after react-to-print converts it to a pdf

Getting Started

git clone https://github.com/ethanalvizo/resume-template.git
cd dev
npm install
npm start

Built With