Made Dynamic and Responsive Portfolio website ,Frontend-html,css,javascript,Bootstrap and Backend-Django framework
Welcome to the repository of my personal portfolio website! This project features a frontend built with HTML, CSS, JavaScript, and Bootstrap, while the backend is powered by the Django framework. It serves as a showcase of my projects, skills, and professional experience.
Run the file by opening views.py and then run it by command 'python manage.py runserver' Open the local sever then you will see the website . !!!IF YOU DIRECTLY RUN THE INDEX.HTML IT WILL NOT SHOW ALL THE INTEGRATED FILES!!!
https://github.com/AvirajJagtap/Portfolio_website.git
- Responsive Design: Utilizes Bootstrap for a mobile-friendly and responsive layout.
- Dynamic Content: Django backend for managing and displaying dynamic content.
- Interactive Elements: Incorporates JavaScript for interactive components and enhanced user experience.
- Customization: Easily customizable to adapt to individual preferences and showcase different projects.
-
Frontend:
- HTML
- CSS
- JavaScript
- Bootstrap
-
Backend:
- Django Framework
Ensure you have the following installed:
- Python (3.x)
- Django
-
Clone the repository:
https://github.com/AvirajJagtap/Portfolio_website.git
#Configuration Adjust the configuration settings in settings.py to suit your needs, including database setup, secret key, and other Django-specific configurations.
#Usage
Run the Django development server: python manage.py runserver Open your browser and navigate to http://localhost:8000/ to view your portfolio website Customize the content, styles, and projects in the Django admin panel or by modifying the code.