A social networking site similar to twitter. Users can create account and a confirmation emial will be sent by using the PHPMailer API. Users can share a post on the timeline, attach images, view comments, like posts, search for users and posts, send messages, tag other users and receive notifications.
Software used in this project
- MAMP for local host.
- Sequel Pro to manage database.
- Restful API.
- Imgur API to upload images.
- Xcode for coding PHP files.
- Bootstrap Studio to create HTML pages.
Functions that still need to added
- Follow/Unfollow button on users profile.
- To display profile photo and user bio in user profile.
- Add comments to post on timeline(at the moment user can only view comments since its hardcoded in database).
- Get realtime notification on liking a post.
- A webpage to view trending topics based on hashtags.
- Close the searchbox when the input is null or user clicks outside the searchbox area.