A Web App to Make your Resume built using Bootstrap and Handelbars
Site link: https://resume-maker-killerraj369.vercel.app
Do check this before contributing.
- Hacktoberfest 2022
- General info
- Technologies Used
- Steps for Contribution
- License
- Credits
- Contributors
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.
- 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.
- HTML
- CSS
- JavaScript
- Bootstrap
- Handlebars
- 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>
- 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
Reference:
Hacktoberfest-2022-img