Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 754 Bytes

File metadata and controls

23 lines (13 loc) · 754 Bytes

👋 🤟 👌 ✌️ Sign Language Translator 👋 👌 🤏 🤙

Single page sign language translator built with React. Translates regular text to American sign language.

This project was bootstrapped with Create React App and uses Json-server as a mock database backend

Available Scripts

To install json-server:

npm install -g json-server

To run json-server locally:

json-server --watch db.json --port 8000

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.