Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 992 Bytes

resumeCraft

An application that helps users to create resumes by simply supplying information that is required to create a good resume.

Demo

A demo of this application exists already, you can try it out here

Design

You can check out the UI/UX design of resumeCraft here

Technology

This application is built using ReactJS.

Contributing

To contribute to this project, do the following

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.