A content curating app where users can retrieve specific content from social medial platforms, eg a timeline of Tweets that are related to the topic the user is interested in. The user can search content by username or by a search term. The retrieved content will be displayed in customisable cards (eg quote pics) that are sharable in other social media platforms.
Clone this repository and import into Android Studio
git clone https://github.com/EvansMutwiri/Quotwit.git
All you need to do is:
A. Go to MainActivity Home.
B. User can view all cross-platform topics available.
C. User can choose the topics they want to find on feed.
D. User can save content for reference.
E. User can share content to other platforms.
F. User is able to create an account and log in.
G. User is able to recover forgoten password.
This project is mantained by:
This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details
- Fork it
- Create your feature branch (git checkout -b ft-my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin ft-my-new-feature)
- Create a new Pull Request