A simple web application built with Next.js, React, and Tailwind CSS for converting text between different cases: Uppercase, Lowercase, and Camel Case. Additionally, it includes the functionality to copy the converted text to the clipboard.
- Convert text to Uppercase, Lowercase, or Camel Case.
- Easy-to-use interface with responsive design.
- Copy converted text to clipboard.
- Next.js - React framework for server-side rendering.
- React - JavaScript library for building user interfaces.
- Tailwind CSS - A utility-first CSS framework.
- react-copy-to-clipboard - Copy text to clipboard React component
-
Clone the repository:
git clone https://github.com/ShihabHashib/CaseConverterNextJS.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser.
- Enter text in the textarea.
- Choose the desired case conversion using the provided buttons.
- Optionally, click the "Copy" button to copy the converted text.