A simple small app that counts the words in submitted field.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm i
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
The api endpoint is at /api/count/
the code for it can be found under src/pages/api
.
You can visit the demo here: https://nervous-hopper-f10976.netlify.app