Uniexpend
Uniexpend is a web-based platform designed to assist university students in Bangladesh who are planning to study abroad. The platform offers tools and resources to help students select programs, universities, estimate costs, understand admission and visa processes, explore scholarships, and read real student experiences. π¨βπ» Developers
Diba Dev
Avi Dey Badhan
π Website Features
University and program search with filtering
Country-wise university listing
Course details with tuition, requirements, and deadlines
Student experience blogs (with tips, visa, and admission info)
Scholarship listings for specific courses
Admin panel for content management (optional)
π οΈ Technologies Used
Frontend: HTML, CSS, JavaScript
Backend: PHP
Database: MySQL
Local Server: XAMPP
Editor: VS Code
π Project Structure
/uniexpend β βββ /assets # Images, CSS, JS files βββ /pages # HTML/PHP pages like course.php, university.php βββ /includes # DB connection, navbar, footer includes βββ /screenshots # (Optional) Screenshots of the website βββ config.php # Database configuration βββ index.php # Homepage βββ README.md # This file
π· Screenshots
You can place screenshots of your web pages inside a folder named /screenshots and embed them here like this:
π Getting Started (Local Installation)
Clone the repository:
git clone https://github.com/yourusername/uniexpend.git
Place the folder inside XAMPP's htdocs directory:
C:\xampp\htdocs\uniexpend
Start Apache and MySQL using XAMPP Control Panel.
Import the database:
Open phpMyAdmin.
Create a database named uniexpend.
Import the provided SQL dump file.
Visit in your browser:
http://localhost/uniexpend_project
π― Future Enhancements
User login and dashboard
Admin panel for CRUD operations
Live application tracking system
RESTful API for mobile version
π License
This project is licensed under the MIT License. π GitHub Repository
π View the project on GitHub: https://github.com/Diba-Dev/UniExpend

