Skip to content

This is a portfolio website written during a educational practice at the MTUCI

Notifications You must be signed in to change notification settings

Djama1GIT/portfolio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Portfolio Website is a project based on Flask.

Installation and Setup

  1. Install Python and Git if they are not already installed on your system.

  2. Clone the project repository:

git clone https://github.com/Djama1GIT/portfolio-website.git
cd portfolio-website
  1. Create and activate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Start the project:
python main.py

User Interface

After starting the project, you can access the user interface at: http://localhost:8080

Technologies Used

  • Python - The programming language used for the project.
  • Flask - The Python web framework used in the project to build the application.
  • HTML - The markup language used for creating the structure of web pages.
  • CSS - The stylesheet language used for styling the web pages.
  • JavaScript - The programming language used for adding interactivity to the web pages.