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

https://github.com/jane-does-coding/word-counter


https://github.com/jane-does-coding/word-counter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Word Counter
Screenshot 2024-08-29 at 8 25 04 AM

## Technologies used

[![Technologies](https://skillicons.dev/icons?i=ts,tailwind,react,github,git)](https://skillicons.dev)

## Demo

[Word Counter - Live Demo](https://word-counter-delta-two.vercel.app/)

## Run Locally

Clone the project

```bash
git clone https://github.com/jane-does-coding/word-counter
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm i
```

Start the server

```bash
npm run dev
```