Find Word Project Preview Link
Using Docker Container:
# 1. Clone the repository.
git clone [email protected]:gepifanio/find-word.git
# 2. Enter your newly-cloned folder.
cd find-word
# 3. Make sure docker is installed: https://docs.docker.com/get-docker/
docker-compose up# 1. Clone the repository.
git clone [email protected]:gepifanio/find-word.git
# 2. Enter your newly-cloned folder.
cd find-word
# 3. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install
yarn install
# 4. Compiles and hot-reloads for development
yarn serve
# 5. Compiles and minifies for production
yarn build
# 6. Run your unit tests
yarn test:unit
# 7. Lint project files
yarn lint
The application should present a single text input box and a submit button. The user is expected to enter some letters into the input box, for example “dgo”.
When the button is pressed, the page updates to show a list of English words that can be made using those letters. For example, “dog”, “god”.
Here is a list of english words