Skip to content

kodekulture/wordle-ui-vue

Repository files navigation

Wordle UI

deploy-wordle-ui-dev deploy-wordle-ui-prod

Showcase

screenshot

Features

  • Basic authentication
  • Real-time chat (messages get wiped during reconnection)
  • Game reconnection
  • Word hints (green, amber and grey colors)
  • Leaderboard
  • Messages describing other player's actions (left the room, joined the room, etc)
  • Smooth UI/UX

Setup

  1. Start the wordle server.
  2. Set the URL value in nuxt.config.ts
 runtimeConfig: {
    public: {
      baseURL: 'http://localhost:9000'
    }
  }
  1. Run server in dev mode
yarn && yarn run dev