SandeepVashishtha / LaTeX-Resume-Builder

LaTeX Resume Builder is a web-based application that allows users to create and customize resumes using LaTeX. The application provides a real-time preview of the resume and allows users to download the final PDF.
https://latex-resume-builder.vercel.app
MIT License
15 stars 6 forks source link
collaborate communityexchange fullstack hacktoberfest latex mern-stack node-js resume-builder

LaTeX-Based Online Resume Builder

Overview

The LaTeX-Based Online Resume Builder is a web application that enables users to create and customize their resumes using LaTeX. This project provides a user-friendly interface for resume creation, featuring real-time previews and PDF generation. It aims to simplify the resume-building process for individuals looking to present their qualifications in a professional format.

Features

Technologies Used

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/SandeepVashishtha/LaTeX-Resume-Builder.git
  2. Navigate to the project directory:

    cd LaTeX-Resume-Builder
  3. Install dependencies:

    npm install
  4. Set up your MongoDB database (either locally or using a cloud service).

  5. Create a .env file in the root directory to configure your environment variables.

  6. Start the development server:

    npm start
  7. Open your browser and navigate to http://localhost:3000.

Usage

Contributing

Contributions are welcome! If you have suggestions for improvements or want to report a bug, please create an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.