WordSum provides the word and character count for a given text.
Follow these steps to run WordSum locally on your machine:
- Clone this repository:
git clone https://github.com/aarontorres0/WordSum.git
- Navigate to the project directory:
cd wordsum
- Install dependencies:
npm install
- Run the app:
npm run dev
- React
- Vite