Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/narudesigns/word-target
- Owner: NARUDESIGNS
- License: mit
- Created: 2022-05-21T16:59:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T22:36:06.000Z (over 1 year ago)
- Last Synced: 2024-05-28T22:18:26.240Z (6 months ago)
- Topics: component, game, javascript, react, ui, uiux, webapp, word-game
- Language: JavaScript
- Homepage: https://word-target.netlify.app
- Size: 1.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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