Skip to content

hahelui/hahelui.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio Website

A modern, responsive portfolio website built with Flask and modern web technologies.

Features

  • Clean and modern design
  • Responsive layout
  • Smooth scrolling navigation
  • Projects showcase
  • Skills section
  • Contact information
  • Animations and transitions

Installation

  1. Clone this repository
  2. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt

Running the Application

  1. Activate the virtual environment if not already activated
  2. Run the Flask application:
    python app.py
  3. Open your browser and navigate to http://localhost:5000

Customization

  1. Edit templates/index.html to update your personal information
  2. Modify static/css/style.css to customize the styling
  3. Update static/js/main.js to add more interactivity

Deployment

This application can be deployed to various platforms:

  • Heroku
  • DigitalOcean
  • AWS
  • Any platform that supports Python/Flask applications

Make sure to set up your domain name to point to your deployed application.

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published