Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

A modern, responsive portfolio website built with Flask and HTML/CSS.

Features

  • Clean and modern design
  • Responsive layout
  • About page with skills and experience
  • Project showcase
  • Easy navigation

Prerequisites

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone <your-repository-url>
cd portfolio-website
  1. Create a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt

Running the Application

  1. Start the Flask development server:
python app.py
  1. Open your web browser and navigate to:
http://localhost:5000

Project Structure

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

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Victoria Project Link: https://github.com/VictoriaYang577/Portfolio_Web/edit/main/README.md

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages