About This Website
What is this?
This is a simple website built with Python and Flask. It demonstrates basic web development concepts including:
- Flask routing and views
- HTML templates with Jinja2
- CSS styling for a modern look
- Responsive design principles
Technologies Used
Python - The programming language
Flask - The web framework
HTML5 - For structure
CSS3 - For styling
Getting Started
To run this website locally, you'll need Python installed on your system. Then follow these steps:
- Install the dependencies:
pip install flask - Run the application:
python app.py - Open your browser and go to
http://localhost:5000