Skip to content

Latest commit

 

History

History
executable file
·
24 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
24 lines (14 loc) · 1.05 KB

Résumé

About

It is my simple resume made with HTML, CSS, JS using JSON data.
Initially the project was written with NodeJS architecture. View Old Project

HTML is used for making initial block structure of the page with some simple data, CSS is used for giving some style to the page and JS is used to create small UI components dynamically and fill the data into page. All the data about details related to user is stored as a JSON object in a JS file.

View it in action https://nagraj0308.github.io/resume/

  1. Clone the repo using git or download zip of project on your local system.

  2. Go into the resume directory and run

  3. Visit http://localhost:8080 in browser.

  4. Make changes in data/profile.js file, and refresh the page in browser. Additionaly you can also make changes in architecture and design of the page as well.

  5. Save/Print the page in PDF. Your Resume is ready.

Support

If you like the project idea, make sure to give it a star. If you want to contribute, just give me a PR.