https://github.com/jane-does-coding/word-counter
https://github.com/jane-does-coding/word-counter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jane-does-coding/word-counter
- Owner: jane-does-coding
- Created: 2024-06-23T16:57:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T14:25:13.000Z (about 1 year ago)
- Last Synced: 2024-11-21T03:43:07.350Z (12 months ago)
- Language: JavaScript
- Homepage: https://word-counter-delta-two.vercel.app
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Counter

## Technologies used
[](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
```