/Resume-Builder

Build Your Resume By Just Providing Details

Primary LanguageJavaScriptMIT LicenseMIT

RESUME BUILDER

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

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

Fill the Multi Step Form and Build Your Resume Effortlessly.


When all details are filled properly the resume will look like following -> Resume


Installation & Guide

# 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