This project allows users to paste or type code snippets, save them, and display them as "tweets" on a webpage. Users can also search through the tweets and copy them to their clipboard.
- Add Code Tweets: Users can paste or type code snippets into a text area and add them as tweets.
- Display Tweets: The added code tweets are displayed in a tweet-like style with timestamp sorting (newest first).
- Search Functionality: Users can search through tweets by keyword.
- Copy to Clipboard: Clicking on a tweet copies the code to the clipboard with a visual confirmation.
- Frontend: HTML, CSS, JavaScript
- Backend: Firebase Realtime Database
-
Clone the repository or download the files:
git clone https://github.com/yourusername/code-display-like-tweet.git