An open API service indexing awesome lists of open source software.

https://github.com/ufuayk/flask-portfolio-page

Single page, simple portfolio site example developed using Python and Flask.
https://github.com/ufuayk/flask-portfolio-page

css flask html portfolio portfolio-site portfolio-website python python-flask web-development

Last synced: about 2 months ago
JSON representation

Single page, simple portfolio site example developed using Python and Flask.

Awesome Lists containing this project

README

          

# 📁 Flask Portfolio Page

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.*

![image](https://raw.githubusercontent.com/ufuayk/Flask-Portfolio-Page/main/screenshots/screenshot.png)

## 📋 Requirements

• flask


## ⚙️ Installation

• Clone the project;

```bash
git clone https://github.com/ufuayk/Flask-Portfolio-Page
```

• Go to the project directory;

```bash
cd Flask-Portfolio-Page
```

• Install the required packages;

```bash
pip3 install flask
```

• Run the Python file;

```bash
python3 main.py
```

• Go to the following link from the web browser;

```bash
127.0.0.1:5000
```


## 👷🏻‍♂️ Author

• [@ufuayk](https://www.github.com/ufuayk) for design and development.


## 📑 License

[![GPLv3 License](https://img.shields.io/badge/GNU%20General%20Public%20License%20v3-yellow.svg)](https://www.gnu.org/licenses/gpl-3.0.html)