Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 ITI Summer Code Camp 2025 – Full Stack Web Development (Port Said, Egypt)

This repository contains my work, notes, and solutions from the ITI Summer Code Camp 2025, held in Port Said, Egypt. The track focuses on full-stack web development using Python and modern client-side technologies.

Course Poster

📚 Course Details

  • Location: Information Technology Institute (ITI), Port Said, Egypt
  • Mode: Online
  • Duration: July 2025
  • Total Hours: 120

📌 Curriculum Breakdown

Module Hours
Object-Oriented Programming Using Python 24 H
Python Frameworks (Flask, Django) 30 H
Client-Side Technologies (HTML, CSS, JS) 48 H
PostgreSQL Database 18 H

📅 Course Tracker

🔗 📝 ITI Summer Code Camp Task Tracker (Google Sheet)


⚙️ Installation Guide

To run and explore the projects in this repository, follow these setup steps:

1. 🐍 Python & Virtual Environment

Make sure Python 3.8+ is installed.

# Check Python version
python --version

# Create virtual environment
python -m venv env

# Activate the environment
# On Windows:
env\Scripts\activate
# On macOS/Linux:
source env/bin/activate

2. 📦 Install Django & Flask

# Upgrade pip
pip install --upgrade pip

# Install Django
pip install django

# Install Flask
pip install flask

3. 🟨 Install Node.js and npm

Download and install Node.js from: https://nodejs.org

#Then check installation:
node -v
npm -v

💻 Getting Started

git clone https://github.com/your-username/iti-fullstack-course.git

About

ITI Summer Code Camp 2025 – Full Stack Web Development (Port Said). Notes, tasks & solutions using Python, Flask, Django, HTML/CSS/JS & PostgreSQL.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages