Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.05 KB

Spot the Gen

A spot the difference game using in-painting image generation - made with React, TypeScript, Elastic UI

Available at spot-the-image.web.app

Preview

Utilises:

  • React
  • Typescript
  • Elastic UI (Components and themes)
  • Zustand (State management)
  • Firebase (Hosting)
  • React router

Instructions:

Hosting

  • Install Node.js

  • Clone this repoistory

  • Install (yarn required for ElasticUI): yarn install
  • For production run:
yarn build
yarn start
  • For development run:
yarn dev

Potential features:

Mobile support

Accessibility

Custom theme and fonts

More paintings

Greater level of automation with Stable Diffusion (currently too unreliable)