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/
-
Clone the repo using git or download zip of project on your local system.
-
Go into the
resume
directory and run -
Visit
http://localhost:8080
in browser. -
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. -
Save/Print the page in PDF. Your Resume is ready.
If you like the project idea, make sure to give it a star. If you want to contribute, just give me a PR.