Skip to content

More Secure Fullstack Wordle Game That Uses NodeJs And React. πŸ”

Notifications You must be signed in to change notification settings

AmirPhenomenal/fullstack-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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