Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.37 KB

Quotwit Application

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.

Installation

Clone this repository and import into Android Studio

git clone https://github.com/EvansMutwiri/Quotwit.git

User stories:

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.

Maintainers

This project is mantained by:

License

This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b ft-my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin ft-my-new-feature)
  5. Create a new Pull Request