A More Secure Fullstack Wordle Game That Uses NodeJs And React. π
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 .
This Project Has Two Parts And You Have To Start Both Parts .
cd Server
npm install
npm start
cd client
npm install
npm start