This Wordle game was made by implementing Test Driven Development and kept in line with SOLID principles. The framework is Node.js and tested using Jest. Maintainability is above 70, can be check using Plato report.
Install the neccessary packages using npm install
Run the test cases using npm test
Run the build using ./build.sh
