Skip to content

A simple word game which gives you a target score and expect you to spell a word whose letters' points add up to give the specified target. This project was built using React.js

License

Notifications You must be signed in to change notification settings

NARUDESIGNS/word-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Target

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.

Contributing to this project

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!

Installation

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

Appreciation

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

About

A simple word game which gives you a target score and expect you to spell a word whose letters' points add up to give the specified target. This project was built using React.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published