Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aditya-xq/click-to-tweet-app

A simple svelte based webapp to generate "click to tweet" strings
https://github.com/aditya-xq/click-to-tweet-app

Last synced: about 2 months ago
JSON representation

A simple svelte based webapp to generate "click to tweet" strings

Awesome Lists containing this project

README

        

# Click to tweet URL string generator

A simple svelte based webapp to generate "click to tweet" strings

## Overview

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](https://medium.com/the-research-nest/how-to-build-a-simple-web-app-a-click-to-tweet-generator-in-svelte-and-javascript-cc689bc1bf84) on Medium for more technical information.

Url to the web-app: https://click-to-tweet.netlify.app/

## Demo

[Click to tweet](https://twitter.com/intent/tweet?text=A%20tutorial%20to%20build%20a%20web%20app%20in%20Svelte&url=bit.ly%2Fxq-svelte-1&hashtags=svelte%2Cdev%2Cblog%2Ctech%2Cjavascript&via=xq_is_here) about this project!

## To run locally

```
cd path to your project folder
npm run dev
```
Visit http://localhost:5000/ to access the live webapp.