girishgr8 / Resume-Builder

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. This Resume Builder project will help to build your resume-builder by auto-generating it on your own and helping working professionals with the same using ReactJS and NodeJS frameworks.

Home Page:https://www.youtube.com/watch?v=JkcP06CYVpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume Builder Application : TRY LIVE

Made-With-React Made-With-NodeJS Made-With-Material_UI

UPDATE : GOOGLE SIGN-IN & SESSION MANAGEMENT FEATURES ADDED (SAVE DATA ACROSS SESSIONS)

  1. React for Frontend and Express as Middleware.
  2. Material UI and React-Bootstrap for styling.

Quick Start

Clone the repository and do following:

NOTE : You can see the sample .env.example which will contain the environment variables. Replace the values with your own KEYS/SECRETS/URLs and rename the file to .env instead of .env.example

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000

Note - If you wish to change the server port number from 5000 to say port 4000, then do the following small change in package.json file of the client folder.

Demo :

Click on the image below to see the demo.

IMAGE ALT TEXT HERE

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Credits :

Referred to this for setting up Google Sign-in

Developed with ❤️ by Girish Thatte

About

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. This Resume Builder project will help to build your resume-builder by auto-generating it on your own and helping working professionals with the same using ReactJS and NodeJS frameworks.

https://www.youtube.com/watch?v=JkcP06CYVpc

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 3.8%Language:CSS 0.4%