It is a simple application that converts English number words into their numeric equivalents (three digits only). For example, it can transform "five hundred twenty" into 520.
- BACKEND: Node.js + Express
- FRONTEND: React
- BACKEND:
npm i express morgan joi cors - FRONTEND:
npm i axios tailwindcss
git clone https://github.com/gaurav1-9/wordToNumber.git
cd wordToNumber- SERVER:
cd server
nmp install- CLIENT:
cd client
nmp install- RUNNING THE SERVER:
cd server
node index.js- RUNNING THE REACT FRONTEND:
cd client
npm run devFeel free to fork the repo and create pull requests with improvements.

