Giter Site home page Giter Site logo

itsrishibajpai / online-resumebuilder Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 6.0 27 KB

This is a project aiming to create a resume online within few minutes. Now you can create an appealing resume for you by just filling a simple resume and you can download it in PDF format for free.

Home Page: https://itsrishibajpai.github.io/Online-ResumeBuilder/

License: MIT License

HTML 69.87% CSS 30.12% JavaScript 0.01%
appealing-resume hacktoberfest hacktoberfest2020 online-resume resume-builder

online-resumebuilder's Introduction

Online-ResumeBuilder

This is a project aiming to create a resume online within few minutes. Now you can create an appealing resume for you by just filling a simple resume and you can download it in PDF format for free.

Check CONTRIBUTING.md for contributing guidelines

Steps to follow to start Contributing ๐Ÿ“œ

0. Star The Repo ๐ŸŒŸ

Star the repo by pressing the topmost-right button to start your wonderful journey.

1. Fork the repo ๐Ÿด

You can get your own fork/copy of Online ResumeBuilder by using the Fork button at top-right of your screen.

2. Clone it to your local machine ๐Ÿ‘ฅ

NOTE: commands are to be executed on Linux, Mac, and Windows(using Powershell)

You need to clone (download) it to local machine using

$ git clone https://github.com/itsrishibajpai/Online-ResumeBuilder.git

This makes a local copy of the repository in your machine.

Once you have cloned the Online-ResumeBuilder repository in Github, move to that folder first using change directory command on Linux, Mac, and Windows(PowerShell to be used).

# This will change directory to a folder Online-ResumeBuilder
$ cd Online-ResumeBuilder

Move to this folder for all other commands.

Now Make your contribution on the project and commit your changes to a new branch

3. Create a new branch โ€ผ๏ธ

Whenever you are going to contribute. Please create a separate branch using command and keep your master branch clean (i.e. synced with remote branch).

# It will create a new branch with name Branch_Name and switch to branch Folder_Name
$ git checkout -b BranchName

Create a separate branch for contribution and try to use the same name of the branch as of folder.

To switch to the desired branch

# To switch from one folder to other
$ git checkout BranchName

To add the changes to the branch. Use

# To add all files to branch Folder_Name
$ git add .

Type in a message relevant for the code reviewer using

# This message get associated with all files you have changed
$ git commit -m 'relevant message'

Now, Push your awesome work to your remote repository using

# To push your work to your remote repository
$ git push -u origin BranchName

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

Always feel free to drop a comment or create an issue if you find something missing. Our excellent contributors will always get it done.

Happy Coding ๐ŸŽ‰๐ŸŽ‰

online-resumebuilder's People

Contributors

iamrishirb avatar itsrishibajpai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

online-resumebuilder's Issues

Add Javascript for <b>` resume.html ` to show dynamic data pushed by user form

The user form is where the main landing page is index.html

User will enter his/ her details in this form to create the Resume -> after entering the details the page is redirected to resume.html as form's action. Right now, this page holds a basic template showing how actual data will be displayed after a user fills a form. The HTML markups are coded with full care using relevant field ID's and classes matching with form fields.

Some valid JavaScript / jQuery is required to make these fields display dynamic data given by user through Resume Details Form

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.