Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 885 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 885 Bytes

Code Display Like Tweet

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.

Features

  • 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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Firebase Realtime Database

Installation

  1. Clone the repository or download the files:

    git clone https://github.com/yourusername/code-display-like-tweet.git