Skip to content
View tomjohnneill's full-sized avatar
Block or Report

Block or report tomjohnneill

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ship-stuck ship-stuck Public

    A viral website about a ship getting stuck in a canal. Also I wrote it up here: https://notfunatparties.substack.com/p/inside-a-viral-website

    JavaScript

  2. copybooks copybooks Public

    What Goodreads could have been

    JavaScript 9

  3. grantnav-datavisualisations grantnav-datavisualisations Public

    JavaScript 2

  4. timetospare/cash-first-leaflet timetospare/cash-first-leaflet Public

    Cash first leaflet for IFAN

    JavaScript 1

  5. timetospare/find-food-camden timetospare/find-food-camden Public

    Open-source version of Find Food Camden

    JavaScript 1

  6. Calculate the best possible guess fo... Calculate the best possible guess for Wordle
    1
    import { list } from "./wordlist.json";
    2
    
                  
    3
    const matchesFilters = (wordList, filters) => {
    4
      return wordList.filter((word) => {
    5
        let match = true;