concats

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/


✨ Features


🛠️ Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/davedonnellydev/concats.git
    
  2. Navigate to the project directory:

    cd concats
    
  3. Install dependencies:

    npm install
    # or
    yarn install
    
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    
  5. Open http://localhost:3000 in your browser to view the application.


📁 Project Structure

├── 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

📚 Learn More

To learn more about Next.js and React, check out the following resources:


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.