Skip to content

gepifanio/find-word

Repository files navigation

Find Word Project Preview Link

Getting started

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

Using your local machine:

# 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

Overview

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published