Skip to content

ShivangiSingh123/resume-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resumé Builder

Web resume template

Change profile data

The profile data can be modified at data/profile.json

Change profile picture

Replace public/assets/images/dp.jpg with an image of your own.

Building

  • Download nodejs and npm for your platform
Platform Command
Ubuntu sudo apt-get install nodejs npm
Fedora sudo dnf install nodejs npm
  • Clone this repository
git clone https://github.com/methusael13/resume-builder.git
  • Install dependencies
cd resume-builder
npm install
  • Run Node.js server
node server.js
  • Open your favourite browser and browse to http://localhost:8080

Preview

Preview

About

Web resume template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.6%
  • CSS 34.5%
  • JavaScript 3.9%