Welcome to the Word Analysis App repository! This is a React application built using plain JavaScript with Vite and Styled-Components. The app allows you to input text and receive an analysis of the text, including its fit for some Instagram/Twitter and Facebook. Additionally, the app can detect and remove any attempts to embed a <script>
tag in the textarea.
Check it out at https://word-analysis.vercel.app/
- Text Analysis: Input text and receive an analysis of the content.
- Social Media Suitability: Determine the text's fit for social media posts.
- Security: Detect and remove attempts to embed a
<script>
tag in the textarea. - Styled-Components: Utilizes Styled-Components for enhanced UI styling.
To get started with the Word Analysis App, follow these steps:
-
Clone the repository:
git clone https://github.com/vim-diesel/word-analysis.git
-
Navigate to the project directory:
cd word-analysis
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
The application should now be running on http://localhost:5173.