Skip to content

Prem-197-e/Resume-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder Project

Tech Stack Used

  • HTML
  • Python with Django

Project Overview

This Resume Builder project allows users to create professional resumes by filling in their personal details, education, work experience, and skills. The project dynamically generates the resume in a professional format and provides an option to download it as a PDF.

Features

  • User-friendly interface to input resume details.
  • Dynamically generated resume in a professional format.
  • Option to download the resume as a PDF.

Development Environment

The project was developed in the PyCharm IDE.

How to Run the Project Locally

  1. Clone the repository:
    git clone https://github.com/yourusername/resume-builder.git
  2. Navigate to the project directory:
    cd resume-builder
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On MacOS/Linux:
      source venv/bin/activate
  5. Install the required packages:
    pip install -r requirements.txt
  6. Run the development server:
    python manage.py runserver
  7. Open your web browser and go to http://127.0.0.1:8000/ to view the project.

Contribution

Feel free to fork this repository and contribute by submitting a pull request. Any contributions are welcome!

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please reach out to me at [your email address].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • HTML 33.2%