Skip to content

A simple React application that generates a Twitter anniversary popup link.

License

Notifications You must be signed in to change notification settings

latesc/TwitterAnniversaryPopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Anniversary Popup

Twitter Anniversary Popup is a simple React application that generates a Twitter anniversary popup link. Users can fill out a form with the necessary details, and upon submission, a link is generated. The link can be copied to the clipboard for sharing or further use. Skip to Usage to see how to use the app.

Note

  • The link only works when it's opened within the app, such as from DMs or from tweets.

  • The source of the image links are limited to images sourced from the Twitter website. You can find or upload your own image on the site, copy the image link and paste it in the "Tweet Image Link" section.


Prerequisites

Before running the application, make sure you have the following installed:

  • Node.js

Getting Started

Follow the steps below to get the application up and running:

  1. Clone the repository:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd <project_directory>
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open the application in your browser:

    http://localhost:3000
    

Usage

  1. Fill out the form with the required details:

    • Title: Enter the title for the Twitter anniversary popup.
    • Heading: Enter the heading for the popup.
    • Button Text: Enter the text to display on the button.
    • Tweet Text: Enter the text for the tweet.
    • Image URL: Enter the URL of the image to attach to the tweet.
  2. Click the "Generate" button to generate the Twitter anniversary popup link.

  3. The generated link will appear in the "Link" textarea.

  4. To copy the link to the clipboard, click the "Copy to Clipboard" button next to the "Link" label.

  5. A notification will appear indicating that the link has been copied.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

This project was created by @latesc.

About

A simple React application that generates a Twitter anniversary popup link.

Topics

Resources

License

Stars

Watchers

Forks