Loading repository data…
Loading repository data…
shub-garg / repository
A personal portfolio website built with Django and hosted on Heroku. This responsive portfolio showcases my skills, projects, and experiences, featuring a project showcase, skills section, contact form, and about me section. Tech stack includes Django, HTML, CSS, JavaScript, and Bootstrap.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a personal portfolio website built with Django, showcasing my skills, projects, and experiences. It provides a comprehensive view of my professional background and serves as a platform to highlight my work. The portfolio is hosted on Heroku for easy access.
git clone https://github.com/shub-garg/My-Portfolio.git
cd My-Portfolio
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://localhost:8000
Viewing Projects: Navigate through the portfolio to see detailed descriptions and links to my projects.
Contact Form: Use the contact form to send me a message directly from the website.
Skills and About Me: Learn more about my professional skills and background.