GithubHelp home page GithubHelp logo

dscrtukota / resume-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gdsc-rtu/resume-builder

0.0 0.0 0.0 25.23 MB

An online resume builder that would save you from the hassle of building your resume traditionally using MS Word.

HTML 1.71% CSS 9.27% JavaScript 89.02%

resume-builder's Introduction

Online Resume Builder Application

Creating a resume is a bit tedious task for any working professional from any industry. One has to keep it short, simple, and with the latest work experience, and constantly update it over a while.

High-Level Approach

  • Create a basic client-server setup of Node & React and install necessary libraries required.
  • Build a React form by making modularized components using Material UI or React-Boostrap & calling these components in sequence to get required input data to generate resume.
  • Process the information on the server(Node) and using some HTML to PDF libraries to generate the resume.
  • Finally, make it auto-download on client side.

How to setup and run the application

  • Make sure that you have node and npm installed. In your terminal, run -

    node --version
    

    To install node, head over to this website and download the stable release.

  • Fork and clone this repository by runinng the following command in your terminal -

    git clone https://github.com/<your_github_username>/resume-builder
    
  • cd into the cloned repository using the following command -

    cd resume-builder
    
  • Install all the dependencies for the server side using the command -

    npm install
    
  • The server can be run using the command -

    npm run start
    
  • The server now can be accessed on the port 4000

  • The To install all the dependencies of the client side, run the following commands in your terminal

    cd client
    npm install
    
  • To start using create-reacta-app, run the following command in the terminal (make sure you don't kill the previous terminal)

    npm run start
    
  • You will be automatically taken to the development server where you can see the live application

Discussions

We are using Github discussions to facilitate communication bewtween the organization and the contributors. You can post all your suggestions/queries there or alternatively you can write a mail to the mentor Shubham Gautam (@ishubham21) at [email protected]

resume-builder's People

Contributors

aniruddhasoni avatar eightcubed avatar ishubham21 avatar

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.