A collection of utilities for developers
First, clone the repository:
git clone https://github.com/your-username/string-case-converter.git
cd string-case-converterThen, install the dependencies:
npm install
# or
yarn install
# or
pnpm installNext, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
- Convert strings to various cases: lower case, UPPER CASE, camelCase, snake_case, kebab-case, CONSTANT_CASE.
- Convert Encode and Decode the string to Base64,URL.
- Real-time conversion as you type.
- Simple and intuitive user interface.
- Next.js - The React Framework for Production.
- React - A JavaScript library for building user interfaces.
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
- daisyui