Word-Hunt is a popular game that is often played in single player or multiplayer groups, and can be enjoyed for fun and removing your stress.
GET / *need to be updated*
End Point | Type | Description |
---|---|---|
/ |
string |
Home |
/game |
string |
MainGamePage |
/signup |
string |
Signup |
/login |
string |
Login |
/userList |
string |
UsersList |
/singleuser |
string |
SingleUserGame |
/* |
string |
404 Not Found page |
Front-end : HTML , CSS , JavaScript , Reactjs , Typescript, Tailwind CSS , Chakra UI,
Back-end : Socket.io , JSON-Web-Token, CORS, Dotenv, Bcrypt (for hashing), Mongoose, Nodemon , NodeJS, Express JS, MongoAtlas.
Color | Hex |
---|---|
Primary | |
Secondary |
Member Name | Link |
---|---|
Himanshu Tyagi |
https://github.com/Himanshu-t-y-a-g-i |
Ojas Bendale |
https://github.com/ojasbendale18200 |
Mayank Singh |
https://github.com/mak-1997 |
Riya Shrivastava |
https://github.com/riyashri07 |
To deploy this project run
npm run build
npm run deploy
- Home page
- Allroutes page
- Login page
- MainGame page
- MatchHistory page
- Signup page
- UserLists page
- SingleUserGame page
- User Register
- User login
- Single player Game play
- Multiplayer Game play
- Laederboard
- List of Users/Players
Clone the project
git clone https://github.com/ojasbendale18200/Word-Hunt.git
Go to the project directory
cd Word-Hunt
Install dependencies
npm install
npm i axios
npm i react-scripts
npm i react-icons
npm i react-router-dom
npm i json-server
npm i chakra-ui
npm i socket.io-client
npm i typescript
npm i bcrypt
npm i cors
npm i dotenv
npm i express
npm i jsonwebtoken
npm i mongoose
npm i nodemon
npm i socket.io
Start the server
npm run server
npm start