This GitHub repository contains a portfolio website that is created using HTML, CSS, and Django. It serves as an online platform to showcase your work, skills, and experiences. The website has a clean and modern design and is fully responsive, making it accessible on various devices. The Django framework is used for the backend to handle the API requests and serve the data. The code is easy to customize and can be used as a starting point for building your own portfolio website or as a reference for your personal website. The repository includes all necessary files and instructions on how to set up and run the application.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- You will need to have Python3 and Django installed on your machine. You can download the latest version of Python3 from the official website (https://www.python.org/downloads/) and install Django by following the instructions on the official website (https://docs.djangoproject.com/en/3.2/topics/install/)
- You will also need to have a basic understanding of HTML, CSS and Django to modify the code as per your requirement.
- Clone or download the repository
- Open a terminal and navigate to the project directory
- Run the following command to install the required packages
''' pip install -r requirements.txt '''
4.Run the following command to start the server
''' python manage.py runserver '''
- Open your browser and go to http://127.0.0.1:8000/ to view the portfolio
- You can edit the code as per your requirement using any code editor of your choice
- Responsive design
- Clean and modern design
- Easy to customize
- Django API for data handling
You can use this portfolio as a starting point for building your own portfolio website or use it as a reference for your personal website.
- Your Name - https://github.com/hamzasial1911
You can make changes to the code as per your requirement and use it for showcasing your work, skills and experiences.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration