Skip to content

iaaron-xyz/cv-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Application

About

This application allows you to create your own CV and export it into a PDF file ready to be delivered. With this application you can add sections like education, skills, personal information and experience. Every section can be added, modified and deleted.

CV Application CV Application Dark mode CV Application night

how to run the Project

To run the project,

  1. Download this repository
git clone https://github.com/iaaron-xyz/cv-application.git
  1. Move to the downloaded folder
cd cv-application
  1. install the necessary packages listen in package.json
npm install
  1. Run the App project in development mode.
npm run start
  1. Open http://localhost:3000 to view it in your browser.