mskian / hashtag-generator

Hashtag Generator - Convert Keywords to hashtag - Generate Hastag for your Facebook, instagram, Twitter and Telegram Posts.

Home Page:https://hashtag.sanweb.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashtag Generator

build-script cloudflare-pages

⚑ Vitejs | ✨ Tailwind CSS | 🎩 Alpine.js | 🌩 Cloudflare Pages

Hashtag Generator - Convert Keywords to hashtag - Generate Hastag for your Facebook, instagram, Twitter and Telegram Posts.

Hashtag Generator - Convert Keywords to hashtag

Methods Used βš™

  • HTML/CSS and Javascript
  • HTML Canvas - Create Wish image
  • Alpine.js - Javascript Magic
  • tailwindcss - Front-end Styling
  • Vitejs - Testing, Bundling and Local Server
  • Eslint - Fix the Lint Error
  • Prettier - Beautify the Code files
  • Progressive Web App (Soon)
  • Clipboard API - https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API
  • Cloudflare Pages for Hosting

Installation πŸ“¦

  • Add funtions, logic's and Modules - /lib/generatehash.js

  • Edit Home page - index.html

  • CSS Styling - /styles/tailwind.css

  • Build file - main.js

  • Clone this repo or Download

git clone https://github.com/mskian/hashtag-generator
cd hashtag-generator
yarn install
  • Test the site
yarn dev
  • Build the site
yarn build
  • Test the production Build on Localhost
yarn preview
  • Build CSS
yarn css
  • Eslint Fix
yarn lintfix
  • Format the Code
yarn Format
  • Deploy to Cloudflare pages
npx wrangler pages publish dist --branch production --project-name=<YOUR-PROJECT-NAME> --commit-dirty=true

LICENSE β˜‘

MIT

About

Hashtag Generator - Convert Keywords to hashtag - Generate Hastag for your Facebook, instagram, Twitter and Telegram Posts.

https://hashtag.sanweb.info/

License:MIT License


Languages

Language:HTML 45.0%Language:JavaScript 28.1%Language:CSS 26.9%