/anagram-validator

Small app to explore react and a few other things

Primary LanguageGo

Anagram Validator

Screen Shot 2021-03-28 at 8 57 09 PM

What is an anagram?

An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. -- Wikipedia

How to run it

Build requires Node 12.x or higher (v12.13.0 was used during development).

Check out the code and in the root of the project, run make run

Open the website http://localhost:4000/

Development

Run make web-dev to start the web development server.

Run make server-dev to start the api development server.

Open the website http://localhost:3000/

** Note, development runs on port 3000 **

Tests

There is a helper to seed the API with some test data, run

Run make coverage