This game is almost similar to the way you spell words on Scrabble.
It provides you with letters also called Tiles. Each tile has a point.
The game gives you a target and the length of characters of the word it expects you to spell.
It uses Free Dictionary API (S/O to @meetDeveloper) to validate the word you spell and determine whether or not it is accepted.
You are very welcome to contribute to this project. Please create a different branch for your contribution describing the feature or bug you want to fix, for example fixes-tile-error
and then create a PR.
Thank you!
Please run the following commands
- Install dependencies
npm install
- Launch localhost to preview application
npm run start
- Compile code for production deployment
npm run build
Thank you for your time. If you come across any bug, please raise an issue for it so that others can help solve it. Also if you have an idea on how to fix an issue, please go ahead to make a PR.
Thank you!
Made with 💜 by Narudesigns