Skip to content

Paajt/Guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Word Guessing-game

Wordle look-alike guessing game built with React, Vite, Bootstrap, Express and MongoDB.
For full project description and technical information, see INFO.md

This project also includes a Jest-tested custom-built feedback algorithm used to evaluate each guess.
For more information see: https://github.com/Paajt/Tested-Wordle-Algorithm

Requirements

  • Node.js (v18 or later)
  • MongoDB (running locally)

Instructions

  1. Clone repository
git clone https://github.com/Paajt/Guessing-game.git
cd Guessing-game
  1. Install dependencies
npm install

This will also automatically build the frontend with Vite.

  1. MongoDB

    Important: MongoDB must be running before starting the server.

    If you're using MongoDB Compass or another GUI, make sure the database is available at:

mongodb://localhost:27017/guessing-game
  1. Start the server
npm start
  1. Visit the app at:

http://localhost:5080

Run tests with:

npm test

About

Wordle look-alike guessing game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published