https://github.com/haseeb1389446/ask-flow-platform
💬 A simple & responsive Q&A platform built with ⚙️ Core PHP and 🗃️ MySQL — ask questions, post answers, and explore categorized topics like Stack Overflow.
https://github.com/haseeb1389446/ask-flow-platform
bootstrap core-php fullstack-development mysql open-source php php-project qna-platform question-answer responsive-design stackoverflow-clone student-project web-development
Last synced: about 7 hours ago
JSON representation
💬 A simple & responsive Q&A platform built with ⚙️ Core PHP and 🗃️ MySQL — ask questions, post answers, and explore categorized topics like Stack Overflow.
- Host: GitHub
- URL: https://github.com/haseeb1389446/ask-flow-platform
- Owner: Haseeb1389446
- Created: 2024-12-01T12:47:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T03:56:56.000Z (about 1 year ago)
- Last Synced: 2025-10-27T20:48:57.416Z (8 months ago)
- Topics: bootstrap, core-php, fullstack-development, mysql, open-source, php, php-project, qna-platform, question-answer, responsive-design, stackoverflow-clone, student-project, web-development
- Language: PHP
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌿 Ask Flow Platform 🌿
💬 A community Q&A platform built with Core PHP & MySQL, just like Stack Overflow!
---
## Screenshots
Here is the screenshots of the project:
### Home Page

### No Questions Page

### Login Page

### Signup Page

### Ask a Question page

### Question Detail page

### No Answers Page

### Latest Question Page

---
## ✨ Features
| Feature | Description |
|--------------------------|--------------------------------------------------------------------------------|
| **Ask & Answer** | Users can post questions and answer others. |
| **Category System** | Each question can be categorized for easy filtering and browsing. |
| **User Authentication**| Registration and login functionality with PHP sessions. |
| **Search Functionality**| Quickly find questions using keywords. |
| **Responsive Design** | Mobile-friendly layout with Bootstrap. |
---
## 🛠️ Tech Stack
| Layer | Technologies |
|--------------|------------------------------------|
| Frontend | HTML, CSS, Bootstrap |
| Backend | Core PHP |
| Database | MySQL |
| Tools | Git, GitHub, XAMPP |
---
## 🗂 Project Structure
```bash
Ask-Flow-Platform/
├── Client/
│ ├── header.php
│ ├── footer.php
│ ├── answer.php
│ ├── ask.php
│ ├── categories.php
│ ├── commonFiles.php
│ ├── Login.php
│ ├── Signup.php
│ ├── question-detail.php
│ └── questions.php
├── Public/
│ ├── askflow-logo.png
│ └── style.css
├── Server/
│ ├── requests.php
│ └── config.php
├── ask_flow.sql
├── index.php
└── README.md