Skip to content

Saad4Dev/FlaskPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Portfolio Website

This is a simple personal portfolio website built using Flask, HTML, and CSS as part of Task 6 for the Python Developer Internship.

Features

  • Home page with personal information
  • Contact form
  • Success page after form submission
  • Basic styling using CSS

Tech Stack

  • Python
  • Flask
  • HTML
  • CSS

Project Structure

PortfolioFlask/ ├── app.py
├── templates/
│ ├── index.html
│ ├── contact.html
│ └── success.html
├── static/
│ └── style.css
└── README.md

How to Run Locally

  1. Create and activate virtual environment:
python -m venv venv
venv\Scripts\activate
  1. Install Flask:
pip install flask
  1. Run the app:
python app.py
  1. Open in browser: http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors