Skip to content

houtaroudes/PixelPodWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelPodWeb

  • GITHUB LINK : https://github.com/houtaroudes/PixelPodWeb (My Public Repo) (Solo Dev and Main Programmer/Coder of Group 1)(Bryan Sacueza)
  • P.S : I started this developing since march and debugging this for more than 2months just uploaded on my github (May 24.2026) I don't want anyone steal or copy my own website :)

File Structure

pixelpodweb/
├── admin/
│   ├── css/admin.css
│   ├── js/admin.js
│   ├── includes/ (header, footer, sidebar)
│   ├── index.php        ← Dashboard
│   ├── bookings.php     ← Manage bookings
│   ├── services.php     ← Manage packages
│   ├── customers.php    ← View customers
│   ├── events.php       ← Event calendar
│   ├── payments.php     ← Payment tracking
│   ├── inquiries.php    ← Contact messages
│   ├── analytics.php    ← Charts & reports
│   └── settings.php     ← Admin settings
├── api/
│   └── booking_status.php
├── config/
│   └── database.php     ← DB settings 
├── includes/
│   ├── auth.php
│   ├── header.php
│   └── footer.php
└── public/
    ├── css/style.css
    ├── js/main.js
    ├── index.php        ← Home page
    ├── services.php     ← Services
    ├── booking.php      ← Book now
    ├── contact.php      ← Contact
    ├── login.php
    ├── register.php
    ├── dashboard.php    ← Customer portal
    └── logout.php

About

I created this website for my client(school project) but I prefer to solo it :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors