Skip to content

gaurav1-9/wordToNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word to Number Converter

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.

Technology Stack

  1. BACKEND: Node.js + Express
  2. FRONTEND: React

Dependencies

  1. BACKEND: npm i express morgan joi cors
  2. FRONTEND: npm i axios tailwindcss

Usage

1. Clone the repository

git clone https://github.com/gaurav1-9/wordToNumber.git
cd wordToNumber

2. Installing the dependencies

  • SERVER:
cd server
nmp install
  • CLIENT:
cd client
nmp install

3. Running the server and React frontend

  • RUNNING THE SERVER:
cd server
node index.js
  • RUNNING THE REACT FRONTEND:
cd client
npm run dev

Project Screenshots

Contribution

Feel free to fork the repo and create pull requests with improvements.

About

A simple word to number converter

Topics

Resources

Stars

Watchers

Forks