concats is a lightweight JIRA issue key concatenator built with React and Next.js. It allows users to input multiple JIRA issue keys and outputs them as a comma-separated string, facilitating easy sharing and management of issue lists.
🔗 Live Demo: https://davedonnellydev.github.io/concats/
PROJ-123
, ABC-456
)Clone the repository:
git clone https://github.com/davedonnellydev/concats.git
Navigate to the project directory:
cd concats
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 in your browser to view the application.
├── public/ # Static assets
├── src/
│ └── app/ # Main application
│ └── components/ # Application components
│ └── styles/ # Application style modules
├── .gitignore
├── README.md
├── eslint.config.mjs # ESLint configuration
├── jsconfig.json # JavaScript configuration
├── next.config.mjs # Next.js configuration
├── package-lock.json
├── package.json
To learn more about Next.js and React, check out the following resources:
This project is licensed under the MIT License. See the LICENSE file for details.