A modern, responsive portfolio website built with Flask and modern web technologies.
- Clean and modern design
- Responsive layout
- Smooth scrolling navigation
- Projects showcase
- Skills section
- Contact information
- Animations and transitions
- Clone this repository
- Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Activate the virtual environment if not already activated
- Run the Flask application:
python app.py
- Open your browser and navigate to
http://localhost:5000
- Edit
templates/index.html
to update your personal information - Modify
static/css/style.css
to customize the styling - Update
static/js/main.js
to add more interactivity
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.
MIT License