Skip to content

itkrivoshei/php-web-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Web Bootcamp

Archived 42 School / School 21 web bootcamp repository covering PHP, HTML, CSS, JavaScript, and SQL fundamentals.

Overview

This repository contains exercises from a PHP web development bootcamp. The project covers basic frontend development, server-side PHP scripting, simple authentication flows, SQL exercises, and object-oriented PHP.

The repository is kept public as part of my early web development background.

Scope

The bootcamp is organized by daily exercise sets:

  • Day00 — HTML, CSS, responsive layouts, and basic JavaScript
  • Day01 — PHP syntax, arrays, strings, and command-line scripts
  • Day02 — PHP date, time, and text-processing exercises
  • Day03 — PHP web basics, GET parameters, cookies, raw output, and protected pages
  • Day04 — simple user creation, authentication, login/logout, and chat exercises
  • Day05 — SQL query exercises
  • Day07 — object-oriented PHP and class-based exercises
  • Day09 — browser-based JavaScript exercises

Skills Demonstrated

  • PHP fundamentals
  • HTML and CSS layout
  • JavaScript basics
  • SQL query writing
  • Simple authentication logic
  • Cookie and request handling
  • Object-oriented PHP
  • Basic web application structure

Project Structure

.
├── Day00/
├── Day01/
├── Day02/
├── Day03/
├── Day04/
├── Day05/
├── Day07/
├── Day09/
├── LICENSE
└── README.md

Notes

This is an archived educational repository. Some exercises reflect bootcamp-style constraints and are not intended to represent modern production PHP practices.

Status

This repository is archived and not actively maintained.

It is kept public to show early full-stack web development experience before moving into modern frontend engineering and DevOps-focused work.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.