Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sothulthorn/word-analytics

Word Analytics is your go-to tool for precise text analysis. With our user-friendly interface, simply input your text in the provided text area, and instantly receive detailed insights.
https://github.com/sothulthorn/word-analytics

css java react vite

Last synced: about 7 hours ago
JSON representation

Word Analytics is your go-to tool for precise text analysis. With our user-friendly interface, simply input your text in the provided text area, and instantly receive detailed insights.

Awesome Lists containing this project

README

        

# Word Analytics

![](/screenshot/screen03.png)

Word Analytics is your go-to tool for precise text analysis. With our user-friendly interface, simply input your text in the provided text area, and instantly receive detailed insights.

Our app calculates the total number of words, the number of characters, and the specific character counts tailored for popular social media platforms like Instagram and Facebook. Whether you’re crafting the perfect post, drafting an article, or just curious about your text’s metrics, Word Analytic provides the clarity you need to optimize your content effortlessly.

## Installation Guide

This guide will help you set up and run the **Word Analytics** app locally on your machine. Follow the steps below to get started.

### Prerequisites

Ensure you have the following installed on your machine:

- [Node.js](https://nodejs.org/) (version 12 or higher)
- [npm](https://www.npmjs.com/) (Node package manager)

### Installation Steps

1. **Clone the repository**

Open your terminal and run the following command to clone the repository:

```sh
git clone https://github.com/sothulthorn/word-analytics.git
```

2. **Navigate to the project directory**

```
cd word-analytics
```

3. **Install dependencies**

```sh
npm install
```

4. **Start the development server**

```sh
npm run dev
```

This will start the Vite development server and you should see output similar to:

```
VITE vX.X.X ready in X ms

➜ Local: http://localhost:5173/
➜ Network: use --host to expose
```

5. **Open your browser**
Open your browser and navigate to http://localhost:5173/ to see the Word Analytics app in action.

## Project Overview

![](/screenshot/screen01.png)

![](/screenshot/screen02.png)