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.
Clone the repository:
git clone https://github.com/SandeepVashishtha/LaTeX-Resume-Builder.git
Navigate to the project directory:
cd LaTeX-Resume-Builder
Install dependencies:
npm install
Set up your MongoDB database (either locally or using a cloud service).
Create a .env file in the root directory to configure your environment variables.
Start the development server:
npm start
Open your browser and navigate to http://localhost:3000.
Contributions are welcome! If you have suggestions for improvements or want to report a bug, please create an issue or submit a pull request.
git checkout -b feature/YourFeature
).git commit -m 'Add some feature'
).git push origin feature/YourFeature
).This project is licensed under the MIT License. See the LICENSE file for details.