top of page

APPLICATIONS

A place for me to share random ideas I've turned into applications

Applications: Text

LOOK, COVER, CHECK

Concept

To look at the word, cover it and then try to spell it out, in the hope the student will learn the new word.

Problem Scenario

One of my sons was cheating on his spelling practice while doing it manually.

Solution

A simple application written in React & TypeScript that takes the words in, randomly displays them and prompts the student to input their answer until there are no more words to display and gives a summary of their results.

Site

https://lookcovercheck.ajwebsolutions.com/

DOMAIN TESTER

Concept

To generate a list of URLs to allow you to test your DNS settings

Problem Scenario

After having hosted my domain for years, I accidentally found a bug in its configuration.

Solution

A small application that accepts a URL and determines a list of URLs for you to test against.

Site

https://domaintester.ajwebsolutions.com/

Source

https://github.com/andrewjboyd/DomainTester

Applications: List
bottom of page