Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/create-insta-caption
Instagram Caption Maker - A Simple Web App to Create Captions and Hashtags for Your Instagram Posts.
https://github.com/mskian/create-insta-caption
fusejs fuzzy-search hashtag hashtag-generator instagram instagram-caption-line-breaker instagram-captions instahash tailwindcss typescript vite
Last synced: about 4 hours ago
JSON representation
Instagram Caption Maker - A Simple Web App to Create Captions and Hashtags for Your Instagram Posts.
- Host: GitHub
- URL: https://github.com/mskian/create-insta-caption
- Owner: mskian
- License: mit
- Created: 2024-08-10T13:17:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:07:07.000Z (10 days ago)
- Last Synced: 2024-10-28T23:19:04.287Z (10 days ago)
- Topics: fusejs, fuzzy-search, hashtag, hashtag-generator, instagram, instagram-caption-line-breaker, instagram-captions, instahash, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://instahash.pages.dev/
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Instagram Caption Maker`
[![build-test](https://github.com/mskian/create-insta-caption/actions/workflows/build.yml/badge.svg)](https://github.com/mskian/create-insta-caption/actions/workflows/build.yml)
Instagram Caption Maker - A Simple Web App to Create Captions and Hashtags for Your Instagram Posts.
## Built Using
- Preact
- Vite.js
- Typescript
- Tailwind CSS
- Fuse.js (Real-time hashtag Search)
- React Icons
- Hosted at Cloudflare Pages : ****## Setup and Usage
- Clone or Download the Repo
```sh
git clone https://github.com/mskian/create-insta-caption
cd create-insta-caption
```- Install dependencies
```sh
pnpm install
```- Test
```sh
pnpm dev
```- Build the App
```sh
pnpm build
```## hashtags Data
`/src/data/hashtags.json` - Add your Hashtags
## LICENSE
MIT