/Text-Tool-Kit

Text Manipulation Tool By Using React.js, Node.js, Express.js and MongoDB

Primary LanguageJavaScript

Text-Toolkit

texttoolkit

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

To run this project, follow these necessary steps:

  1. Clone the Repository:

      git clone https://github.com/RohitAayushmaan/Text-Toolkit.git
  1. 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)
  1. 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.