https://github.com/aminyasser/twitter-clone
PHP twitter clone with almost all twitter functionalities
https://github.com/aminyasser/twitter-clone
ajax backend clone jquery mysql php twitter twitter-clone web-application
Last synced: 2 months ago
JSON representation
PHP twitter clone with almost all twitter functionalities
- Host: GitHub
- URL: https://github.com/aminyasser/twitter-clone
- Owner: aminyasser
- Created: 2021-05-01T03:28:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T09:40:41.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T05:09:54.941Z (about 3 years ago)
- Topics: ajax, backend, clone, jquery, mysql, php, twitter, twitter-clone, web-application
- Language: PHP
- Homepage:
- Size: 10.6 MB
- Stars: 52
- Watchers: 9
- Forks: 24
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Twitter Clone ([Click to try 🚀](https://sn-amin.000webhostapp.com/))
Bulit PHP **_Twitter Clone_** IN OOP style and using MYSQL Database. AJAX and Jquery for requests without reloading like Follow/unfollow, like, Search users, Show popups like comment , User lists, etc.
## Features
- Sign in / Sign UP
- Post Image or Normal Tweet.
- Retweet or Qoute Tweet (You can qoute the qouted tweet).
- Like Tweet.
- Add Comment and reply to the comment (Nested Comments).
- Mention User in Tweet or add hashtag to your tweet.
- Follow/Unfollow user.
- Get Notification when any previous action happened.
- Change Username/Password/Email From Settings.
- Search users by name and username.
- Edit Profile Like: (Change :avatar/username/cover etc).
## Running locally
- Create New Database then import twitter.sql file on it.
- go to PATH **core/classes/connection.php** and add your database info.
```php
protected static $servername = "localhost";
protected static $db_name="twitter";
protected static $username = "root";
protected static $password = "";
```
then the project is ready to run in localhost!
## 📷 UI
### Index

### Home

### Tweet and Comments

### Profile

### Notifications

### Edit Account

### Preview Image before Tweet

### Users List (For following/likedby etc)

### Setting
