NARUDESIGNS / word-target

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

Home Page:https://word-target.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://word-target.netlify.app

License:MIT License


Languages

Language:JavaScript 58.4%Language:CSS 33.0%Language:HTML 8.7%