The one who created this app : Rawan zaqout
A simple Twitter clone application created to simulate the basic design and functionality of the official Twitter app. The demo app has a home screen - it contains a username and tweet details
The user enters the app and adds their username and tweet to the input .
When you click the Tweet button, the tweet content will appear to your friends .
You can click on the like icon for any tweet you like .
You can click the retweet button to any tweet you like.
- As a user, I can add a username
- As a user, I can add tweets
- As a user, I can click the tweet button to show the content of the tweet to friends
- As a user, I can click on an icon to like a specific tweet.
- As a user, I can retweet any tweet I like.
- As a user:
- I can clone code from github by copy the link.
- Open git bash.
- write git clone and paste the link.
- to open the code, write (code .).
- to show the pages, open Go live Or right click mouse and select "open with live server".