Table of Contents
Website with the aim of imitating some of the features that twitter has. Some of the functionalities have been realized using the official twitter API. Some of the features that are included:
- Create a profile
- Tweet
- Upload phot (profile pic or content for a tweet)
- Trendings (also called TT)
- Usage of hastag #
- Whatch real concurrent users, updated every minute
- Authentification with TwitterOAuth
Otherwise, there are some main funcionalities that are not included, but it will be easy to add them because the PHP backend is made following a modular design:
- RT and Like
- Interact with other users
- Select diferent languages
- Others...
The technologies used for this project are as follows:
There are different options to host the website. In my case, I used XAMPP which is a free cross-platform web server.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Iñaki García
Project Link: https://github.com/iakigarci/TwitterPHP
During this project, knowledge has been acquired that will be important for the future. Listed here are the resources that have been used in order to successfully complete this project: