Facebook Post Bot
Item Description
# 🚀 Facebook Post Bot System (v2.0)
**Powered by JA Square AI Engine**

A modern, mobile-first Facebook automation and lead management system built with PHP and Material Design principles. Optimized for Android-style navigation and secure administrative control.

---

## 📱 User Interface Features
* **Android-Style Navigation**: Features a sticky bottom navigation bar for mobile users and a professional persistent sidebar for desktop users.
* **Material Design 3**: High-radius corners (28px), floating labels, and pill-shaped buttons for a native app feel.
* **Safety Gates**: Integrated Bootstrap 5 Modals for logout confirmation to prevent accidental session termination.
* **Responsive Layout**: Seamless transition between Desktop Sidebar and Mobile Top/Bottom bars.

## 🛠 Tech Stack
* **Backend**: PHP 8.x
* **Database**: MySQL (using predesigned table prefix)
* **Frontend**: Bootstrap 5.3, FontAwesome 6.4, Custom CSS3
* **Timezone**: `Asia/Kolkata` (+5:30)

## 📁 Project Structure
```bash
# Generated File Structure
facebook-post-bot/
├── assets/
│ ├── css/
│ │ └── style.css # Fixed layout & theme source of truth
│ └── js/
├── config/
│ ├── db_connection.php # Main DB link
│ └── db_setup.php # DB init with 30 dummy records
├── includes/
│ ├── header.php # Unified navigation & logout modal
│ └── footer.php # Script inclusions
├── dashboard.php # Real-time stats & overview
├── create_post.php # FB API post creation
├── view_leads.php # Lead management grid
├── settings.php # Token renewal & system config
├── logout.php # Secure session destruction
└── index.php # Material UI Login (admin/admin123)
Item Description
# 🚀 Facebook Post Bot System (v2.0)
**Powered by JA Square AI Engine**

A modern, mobile-first Facebook automation and lead management system built with PHP and Material Design principles. Optimized for Android-style navigation and secure administrative control.

---

## 📱 User Interface Features
* **Android-Style Navigation**: Features a sticky bottom navigation bar for mobile users and a professional persistent sidebar for desktop users.
* **Material Design 3**: High-radius corners (28px), floating labels, and pill-shaped buttons for a native app feel.
* **Safety Gates**: Integrated Bootstrap 5 Modals for logout confirmation to prevent accidental session termination.
* **Responsive Layout**: Seamless transition between Desktop Sidebar and Mobile Top/Bottom bars.

## 🛠 Tech Stack
* **Backend**: PHP 8.x
* **Database**: MySQL (using predesigned table prefix)
* **Frontend**: Bootstrap 5.3, FontAwesome 6.4, Custom CSS3
* **Timezone**: `Asia/Kolkata` (+5:30)

## 📁 Project Structure
```bash
# Generated File Structure
facebook-post-bot/
├── assets/
│ ├── css/
│ │ └── style.css # Fixed layout & theme source of truth
│ └── js/
├── config/
│ ├── db_connection.php # Main DB link
│ └── db_setup.php # DB init with 30 dummy records
├── includes/
│ ├── header.php # Unified navigation & logout modal
│ └── footer.php # Script inclusions
├── dashboard.php # Real-time stats & overview
├── create_post.php # FB API post creation
├── view_leads.php # Lead management grid
├── settings.php # Token renewal & system config
├── logout.php # Secure session destruction
└── index.php # Material UI Login (admin/admin123)
Home Browse Downloads Profile