A simple hashtag converter tool built with Next.js to streamline your SEO work by converting comma-separated tags into hashtags.
- Convert comma-separated tags into hashtags
- Copy the converted hashtags to clipboard with a single click
- Responsive design for both desktop and mobile devices
You need to have Node.js and npm installed on your machine. You can download them from Node.js.
- Clone the repository:
git clone https://github.com/maruf-pfc/hashtag-converter.git
- Navigate to the project directory:
cd hashtag-converter
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
- Enter tags separated by commas in the input field.
- Click the "Convert" button to convert the tags into hashtags.
- Click the "Copy" button to copy the converted hashtags to your clipboard.
- Next.js - The React Framework for Production
This project is licensed under the MIT License - see the LICENSE.md file for details.