An application that helps users to create resumes by simply supplying information that is required to create a good resume.
A demo of this application exists already, you can try it out here
A resume created by this application here
This application is built using ReactJS.
To contribute to this project, do the following
- Fork the Resume Builder repository on Github
- Clone your fork to your local machine
git clone [email protected]:<yourname>/Resume_builder.git
- Create a branch
git checkout -b my-feature-branch
- Make your changes, lint, then push to to GitHub
git push -u origin my-feature-branch.
- Visit GitHub and make your pull request.