Skip to content

An etymology game where you guess english words with a common root.

Notifications You must be signed in to change notification settings

NDoolan360/etyml-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etyml

Dependencies

Web App Diagram

%%{ init : { "flowchart" : { "curve" : "stepBefore" }}}%%

flowchart LR
    subgraph Client
        direction LR
        Web(🖥️ Web)
        Mobile(📱 Mobile)
    end
    subgraph Etyml Web App
        Netlify[⛩️ Netlify API Gateway]
        subgraph Static
            direction LR
            pages[📄 pages]
            images[🖼️ images]
            styles[🎨 styles]
            scripts[</> scripts]
        end
        subgraph Functions
            direction LR
            health[💓 /health]
            puzzle["🧩 /puzzle/{id}"]
        end
    end

  Client --> Netlify
  Netlify --> Functions
  Netlify --> Static
Loading

About

An etymology game where you guess english words with a common root.

Topics

Resources

Stars

Watchers

Forks