This repository contains a simple React application that allows users to input text and perform word and character count operations.
To use this application, follow these steps:
Clone the Repository:
bash Copy code
git clone <repository-url>
cd <repository-folder>
Install Dependencies:
npm install
Run the Application:
npm run dev
This will start the development server, and you can view the application in your browser at http://localhost:3000.
Enter your text in the provided textarea. The application allows you to input any text you want to analyze.
Click the "Word" button to count the number of words in the entered text. The application will display a modal with the word count.
Click the "Character" button to count the number of characters in the entered text. The application will display a modal with the character count.
Click the "Clear" button to clear the input textarea and start fresh.
React: The application is built using React, a popular JavaScript library for building user interfaces.
NextUI: NextUI is used for UI components, including buttons, modals, and textareas, providing a clean and responsive user interface.
Contributing Contributions are welcome! If you find any issues or want to enhance the functionality of this application, feel free to create a pull request or open an issue.
License This project is licensed under the MIT License - see the LICENSE file for details.