Single page, simple portfolio site example developed using Python and Flask. The truth is; Python was not needed for this project. It can be done easily with HTML + CSS.. So why did I do it with Python? I don't know. Lol.
• flask
• Clone the project;
git clone https://github.com/ufuayk/Flask-Portfolio-Page• Go to the project directory;
cd Flask-Portfolio-Page• Install the required packages;
pip3 install flask• Run the Python file;
python3 main.py• Go to the following link from the web browser;
127.0.0.1:5000• @ufuayk for design and development.