This is a utility application built with React for working with UUIDs. It provides various functionalities such as generating new UUIDs, adding and removing hyphens, and converting UUIDs to uppercase or lowercase. The application also allows you to copy the generated or modified UUID to your clipboard with a single click.
To get started with the application, follow these steps:
- Clone the repository:
git clone https://github.com/YasudaYutaka/uuid-utils.git
- Navigate into the project directory
- Install the dependencies:
npm install
- Start the application:
npm start
The application will start running at http://localhost:3000.
To generate a new UUID, click the "Generate a new UUID" button. The generated UUID will be displayed in the result field. You can copy the UUID to your clipboard by clicking the copy icon next to the result field.
The application also provides the following functionalities:
- Add Hyphen: Adds hyphens to the UUID.
- Remove Hyphen: Removes hyphens from the UUID.
- To Uppercase: Converts the UUID to uppercase.
- To Lowercase: Converts the UUID to lowercase.
This project is licensed under the MIT License.