Skip to content

Repository files navigation

DevUtils

A collection of utilities for developers

Getting Started

First, clone the repository:

git clone https://github.com/your-username/string-case-converter.git
cd string-case-converter

Then, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Next, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Features

  • 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.

Technologies Used

  • 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

Authors

About

A collection of utilities for developers

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages