GithubHelp home page GithubHelp logo

anusha-0129 / resumewizard Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 402 KB

ResumeWizard is a MERN stack web application that enables users to create and download professional resumes effortlessly. After signing up, users can fill out forms for Personal Information, Education, Experience, Projects, Skills, Achievements, and Certifications. Based on the provided data, the application generates a polished resume.

Home Page: https://resumewizard-jga2.onrender.com

JavaScript 95.08% HTML 1.32% CSS 3.60%
form-handling jwt-authentication mern-stack pdf-download redux-state-management resume-generation

resumewizard's Introduction

ResumeWizard

ResumeWizard is a web application built using the MERN stack (MongoDB, Express, React, Node.js) that enables users to create and download professional resumes effortlessly.

Features

  • User Authentication: Secure authentication using JSON Web Tokens (JWT).
  • Form-Based Input: Users can fill out various sections such as Personal Information, Education, Experience, Projects, Skills, Achievements, and Certifications.
  • Resume Generation: Automatically generates a well-formatted resume based on the user's input.
  • Downloadable Resumes: Users can download their resumes in a PDF format.

Technologies Used

  • Frontend:
    • React
    • Redux
    • Axios (for making HTTP requests)
    • Material UI
    • CSS
  • Backend:
    • Node.js
    • Express.js
    • MongoDB
    • Mongoose
    • JSON Web Tokens (JWT) for authentication
  • Other Tools and Libraries:
    • dotenv (for environment variables)
    • bcrypt (for password hashing)
    • cookie-parser (for handling cookies)
    • Render (for deployment)
    • Git (for version control)

Topics

  • MERN Stack
  • JWT Authentication
  • Form Handling
  • Resume Generation
  • PDF Download
  • Full-Stack Development

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js
  • MongoDB
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/ResumeWizard.git
    cd ResumeWizard
  2. Install backend dependencies:

    cd backend
    npm install
  3. Install frontend dependencies:

    cd ../frontend
    npm install

4.Start the development server:

   npm start
   ```
5.Open your web browser and navigate to http://localhost:3000 to view the application.

##Environment Variables

Create a `.env` file in the `backend` directory and add the following environment variables:
```env
PORT=4000
MONGO_URI=your_mongodb_connection_string
JWT_KEY=your_jwt_secret_key

Create a `.env` file in the `frontend` directory and add the following environment variable:
```env
REACT_APP_API_URL=http://localhost:4000

resumewizard's People

Contributors

anusha-0129 avatar

Watchers

 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.