Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 276 Bytes

WordleCloneBackend

Wordle clone Node.js backend for getting random word and checking if input word exists in words.txt dictionary.

Run server with the following code at terminal

node server.js

Frontend code link: https://github.com/ozgurSULUM/WordleCloneFrontend