A web application project named CEE. This repository contains the source code, assets, and backend files for the application.
CEE/ βββ adminpanel/ # Admin panel for managing the application βββ assets/ # Images, fonts, and other static assets βββ css/ # CSS stylesheets βββ database/ # Database files or SQL scripts βββ includes/ # Included PHP scripts (like headers, footers) βββ js/ # JavaScript files βββ login-ui/ # Login and authentication UI βββ pages/ # Frontend pages for the application βββ query/ # Database query scripts βββ conn.php # Database connection script βββ home.php # Home page after login βββ index.php # Main landing page βββ main.css # Main stylesheet βββ original.php # Original file (purpose may vary)
- PHP β Server-side scripting
- MySQL β Database management
- HTML / CSS / JavaScript β Frontend development
- User authentication and login system
- Admin panel for managing data
- Structured frontend pages with CSS and JS
- Database connectivity using
conn.php - Organized asset management -- π§ Usage Access the app via your local server. Login with admin credentials (setup in login-ui or database). Navigate through pages and admin panel to manage content.
π License This project is for personal use and learning purposes. You can add a proper license if you plan to share or collaborate.
π Contact Author: kawoto GitHub: https://github.com/kawoto/CEE