Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.14 KB

Fullstack Wordle

Project Preview Image A More Secure Fullstack Wordle Game That Uses NodeJs And React. 🍔

Intro

This wordle game does not let the client have the correct word and communicates with backend to check the word , this improves game security and makes this project a great fit for using it to build a multiplayer/competitive game .

Getting Started

This Project Has Two Parts And You Have To Start Both Parts .

To Start Server:

cd Server
npm install
npm start

To Start Client:

cd client
npm install
npm start