Skip to content

A Web App to Make your Resume. Built using HTML,CSS,JS,Bootstrap and Handelbars

License

Notifications You must be signed in to change notification settings

killerraj369/Resume-Maker

Repository files navigation

Resume-Maker

A Web App to Make your Resume built using Bootstrap and Handelbars

Site link: https://resume-maker-killerraj369.vercel.app

Contributing for Resume-Maker

Do check this before contributing.

Table of Contents

Hacktoberfest-2022

Hacktobefest PRs are welcome. Hacktoberfest is digitalocean’s annual event that encourages people to contribute to open source throughout october. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. Hacktoberfest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

General Information

  • Resume-Maker is a Web application where you get your resume build.
  • You just need to fill out your basic information such as Education, Experience, Hobbies, Skills, etc.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Bootstrap
  • Handlebars

Steps For Contribution

  • Fork the project
  • Clone the project. You can use following command:
git clone https://github.com/<your-github-userame>/Resume-Maker
  • Navigate to the project directory
cd Resume-Maker
  • Create new branch
git checkout -b <your-branch-name>

After making any changes

  • Stage your changes
git add <name of the file you worked on>
  • Commit your changes
git commit -m '<your-commit-changes>'
  • Push your changes
git push origin <your-branch-name>
  • Create a Pull Request

License

MIT LICENSE

Credits

Reference:
Hacktoberfest-2022-img

Contributors