Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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
https://github.com/narudesigns/word-target

component game javascript react ui uiux webapp word-game

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![](./src/assets/word-target.png)

# 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](https://dictionaryapi.dev/) (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