Live here: https://text-toolkit.vercel.app/
Develope a powerful text manipulation tool that helps to perform various text operations with just a few clicks. Whether you need to convert text to uppercase, lowercase, or title case, our website has got you covered. Additionally, you can remove extra spaces from your text and clear the content with a single button click.
Tech stack consisting of React.js for a smooth user experience, Node.js and Express.js for server-side handling and communication, and MongoDB for reliable and scalable data storage.
Note: To run locally, clone this repository- https://github.com/RohitAayushmaan/Text-Toolkit.git
-
Clone the Repository:
-
Copy the repository's URL: https://github.com/RohitAayushmaan/Text-Toolkit.git
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to clone the project.
-
Run the command:
-
git clone https://github.com/RohitAayushmaan/Text-Toolkit.git
-
Install Dependencies:
-
Navigate into the cloned project directory using cd
-
Run the command:
-
npm install(in frontend directory-texttoolkit)
npm install(in backend directory-backendtexttoolkit)
-
Start the Development Server:
-
Run the command:
npm start(for Frontend) nodemon index.js(for backend)
-
This will launch the React application locally and provide a URL (usually localhost:3000) to access the application in your browser.
-