Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruf-pfc/hashtag-converter
A simple hashtag converter tool built with Next.js to streamline your SEO work by converting comma-separated tags into hashtags.
https://github.com/maruf-pfc/hashtag-converter
hacktoberfest hacktoberfest2024 hashtag-converter hashtag-generator seo youtube youtube-seo-tool
Last synced: 15 days ago
JSON representation
A simple hashtag converter tool built with Next.js to streamline your SEO work by converting comma-separated tags into hashtags.
- Host: GitHub
- URL: https://github.com/maruf-pfc/hashtag-converter
- Owner: maruf-pfc
- License: mit
- Created: 2024-10-02T20:07:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-12T16:01:09.000Z (about 1 month ago)
- Last Synced: 2024-10-18T11:27:40.014Z (27 days ago)
- Topics: hacktoberfest, hacktoberfest2024, hashtag-converter, hashtag-generator, seo, youtube, youtube-seo-tool
- Language: JavaScript
- Homepage: https://hashtag-converter.vercel.app
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hashtag Converter
A simple hashtag converter tool built with Next.js to streamline your SEO work by converting comma-separated tags into hashtags.
![image](https://github.com/user-attachments/assets/2409625c-4113-4f13-b889-88f8de197fa0)
## Features
- Convert comma-separated tags into hashtags
- Copy the converted hashtags to clipboard with a single click
- Responsive design for both desktop and mobile devices### Prerequisites
You need to have Node.js and npm installed on your machine. You can download them from [Node.js](https://nodejs.org/).
### Installation
1. Clone the repository:
```bash
git clone https://github.com/maruf-pfc/hashtag-converter.git
```
2. Navigate to the project directory:
```bash
cd hashtag-converter
```
3. Install the dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.## Usage
1. Enter tags separated by commas in the input field.
2. Click the "Convert" button to convert the tags into hashtags.
3. Click the "Copy" button to copy the converted hashtags to your clipboard.## Built With
- [Next.js](https://nextjs.org/) - The React Framework for Production
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.