A simple Twitter-like web application where users can post tweets, like, retweet, and reply to tweets.
- Tweeting: Users can post tweets with their handle, profile picture, and tweet text.
- Interactions: Users can like, retweet, and reply to tweets.
- Dynamic UI: Real-time updates to the UI when interactions occur.
- Delete Tweets: Users can delete their tweets.
-
Clone the repository:
git clone https://github.com/AbhayPratap10/twimba.git
-
Navigate to the project directory:
cd twimba
-
Open the
index.html
file in your preferred web browser.
-
Tweeting:
- Enter your tweet in the input field.
- Click the "Tweet" button to post.
-
Interactions:
- Click the heart icon to like a tweet.
- Click the retweet icon to retweet a tweet.
- Click the speech bubble icon to view and add replies.
-
Deleting Tweets:
- Click the trash can icon to delete your tweet.
Contributions are not currently accepted for this project as it serves as a static mockup.