roman-bytes / word-count

Home Page:https://nervous-hopper-f10976.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Count

A simple small app that counts the words in submitted field.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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

About

https://nervous-hopper-f10976.netlify.app/


Languages

Language:JavaScript 50.1%Language:TypeScript 47.2%Language:CSS 2.6%