ryansprott / anagrams

Anagram generator with bonus GIF action. Symfony/Vue version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anagram generator (with bonus GIF action)

About

Find anagrams for your favorite words while you look at three grainy, distorted GIFs.

Setup

You'll need an English word list of your choice; I recommend wlist_match6 (about 181,000 words). Make sure the fully-qualified path to the file is present in .env.local. Make sure your GIPHY API key is present in .env.local as well.

Installation

    composer install
    yarn install
    ./bin/console doctrine:database:create
    ./bin/console doctrine:migrations:migrate
    ./bin/console doctrine:fixtures:load
    ./bin/console server:run &
    ./node_modules/.bin/encore dev-server --hot

About

Anagram generator with bonus GIF action. Symfony/Vue version.


Languages

Language:PHP 57.9%Language:Vue 18.3%Language:JavaScript 17.6%Language:HTML 6.2%