A simple svelte based webapp to generate "click to tweet" strings
The app takes in input tweet content, URL, hashtags, and twitter username to generate a tweet url string that auto-fills the tweet. This can be hyperlinked with click-to-tweet prompts in articles to enable users to tweet out specific sentences seamlessly.
Check the development blog on Medium for more technical information.
Url to the web-app: https://click-to-tweet.netlify.app/
Click to tweet about this project!
cd path to your project folder
npm run dev
Visit http://localhost:5000/ to access the live webapp.