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
You can check out the UI/UX design of resumeCraft here
This application is built using ReactJS.
To contribute to this project, do the following
- Fork the resumeCraft repository on Github
- Clone your fork to your local machine
git clone [email protected]:<yourname>/resumeCraft.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.