React Text Converter is a web application built with React that offers a set of text manipulation tools. The application provides text utilities such as text case conversion.
In the project directory, you can run :
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
-
To install the application, follow these steps :
-
clone the repository :
git clone https://github.com/Sangale1811/text-converter.git
-
Install dependencies : npm install
-
Run the application : npm start
React Text Converter offers a variety of features for text manipulation, including: Text case conversion (uppercase, lowercase) and copy to clipboard, download file.
This app is built using the following technologies :
- React Js