A comprehensive career guidance web application with AI-powered assistance, interactive features, and a modern user interface.
project/
βββ frontend/ # Frontend files
β βββ pages/ # HTML pages
β β βββ login.html # User login
β β βββ register.html # User registration
β β βββ dashboard.html # User dashboard
β β βββ chat.html # AI chat interface
β β βββ quiz.html # Career assessment quiz
β β βββ roadmap.html # Learning roadmap
β β βββ opportunities.html # Job opportunities
β β βββ reset-password.html # Password reset
β βββ assets/ # Static assets
β βββ css/ # Stylesheets
β β βββ style.css # Main stylesheet
β βββ js/ # JavaScript files
β β βββ main.js # Main JavaScript
β βββ images/ # Images and icons
β βββ hero-illustration.svg
β βββ placeholder.svg
βββ backend/ # Backend files
β βββ api/ # API endpoints
β β βββ config.php # Database configuration
β β βββ chat.php # AI chat API
β β βββ login.php # Login API
β β βββ register.php # Registration API
β β βββ auth/ # Authentication APIs
β β βββ reset-password.php
β β βββ validate-reset-token.php
β β βββ forgot-password.php
β βββ database/ # Database files
β βββ setup.php # Database setup script
β βββ .htaccess # Backend configuration
βββ tests/ # Test files
β βββ test_ai_api.php # AI API testing
β βββ test_personal_chat.php # Personal chat testing
β βββ test_final_system.php # Final system testing
βββ config/ # Configuration files
β βββ docs/ # Documentation
βββ index.html # Main landing page
βββ README.md # Project documentation
βββ QUICK_START.md # Quick start guide
βββ .gitignore # Git ignore file
βββ .htaccess # Main configuration
βββ LICENSE # Project license
git clone <repository-url>
cd project
# Open XAMPP Control Panel
# Start Apache and MySQL
# Go to http://localhost/phpmyadmin
# Create database: career_guidance
C:\xampp\php\php.exe backend/setup.php
C:\xampp\php\php.exe -S localhost:8000 --docroot .
http://localhost:8000
http://localhost:8000/frontend/pages/chat.html
http://localhost:8000/frontend/pages/dashboard.html
User: "hi"
AI: "Hello! I'm here to help you with career guidance! π―"
User: "my name is saif"
AI: "Hey saif! π Nice to meet you! I'm your AI Career Assistant..."
User: "how can I improve my resume?"
AI: "Hey! Let me help you make your resume stand out! π―..."
backend/api/config.php
backend/api/chat.php
.htaccess
frontend/pages/chat.html
frontend/assets/css/style.css
frontend/pages/
# Test AI APIs
C:\xampp\php\php.exe tests/test_ai_api.php
# Test personal chat
C:\xampp\php\php.exe tests/test_personal_chat.php
# Test final system
C:\xampp\php\php.exe tests/test_final_system.php
QUICK_START.md
config/docs/API.md
config/docs/USER_GUIDE.md
config/docs/DEVELOPER_GUIDE.md
This project is licensed under the MIT License - see the LICENSE
file for details.
config/docs/
folderQUICK_START.md
π Ready to start your career journey? Visit http://localhost:8000
and letβs get started!