https://github.com/tawsiftorabi/miniforum
A Simple PHP Online Q&A Forum for Student Groups
https://github.com/tawsiftorabi/miniforum
dbms-project php php-project web-programming web-project
Last synced: 10 months ago
JSON representation
A Simple PHP Online Q&A Forum for Student Groups
- Host: GitHub
- URL: https://github.com/tawsiftorabi/miniforum
- Owner: TawsifTorabi
- License: unlicense
- Created: 2017-09-01T19:44:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T12:21:45.000Z (over 3 years ago)
- Last Synced: 2025-03-29T03:01:38.277Z (11 months ago)
- Topics: dbms-project, php, php-project, web-programming, web-project
- Homepage:
- Size: 15.6 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniForum
A Lite and Simple PHP Script to make a Online Q&A Forum for Student Groups
## Notes
I'm working on a newer version. Hoping to release this on this october on this repo.
But an rough zip of the PHP Codes is uploaded to the **development** Branch. You can try the rough one.
The New MiniForum features like a Group Communication System. Like Facebook Group.
I did not use any php framework, Just Used Raw PHP programming to make this one.
# Features
## User Interface Feature
1. Unfortunately only made for desktop platform. I did the whole project on my own, so making it responsive is a big work to do.
2. Unlike the last version, I added CSS and Ajax to make the UI more dynamic to the user.
3. The User Interface almost feels like facebook group communication system. But not!
## User Features
1. Creating A Forum on the MiniForum Platform.
2. Discovering new forums for all users.
3. A Forum can be made private to revoke access to public.
4. A User can create maximum 50 forums.
5. Forum Owner can add moderators.
6. Owner and Moderators can moderate posts, comments.
7. Owner and Moderators can approve or delete members.
N.B: The Older Quirk version is moved to the Old-PHP Branch