A modern, responsive portfolio website built with Flask and HTML/CSS.
- Clean and modern design
- Responsive layout
- About page with skills and experience
- Project showcase
- Easy navigation
- Python 3.8 or higher
- pip (Python package installer)
- Clone the repository:
git clone <your-repository-url>
cd portfolio-website- Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate- Install the required packages:
pip install -r requirements.txt- Start the Flask development server:
python app.py- Open your web browser and navigate to:
http://localhost:5000
portfolio-website/
├── app.py # Main Flask application
├── requirements.txt # Python dependencies
├── static/
│ └── css/
│ └── style.css # Stylesheet
└── templates/
├── index.html # Home page template
└── about.html # About page template
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Victoria Project Link: https://github.com/VictoriaYang577/Portfolio_Web/edit/main/README.md