[READ-ONLY] Mirror of https://github.com/danielroe/n3rdle.
n3rdle.vercel.app
1<template>
2 <section>
3 <h1>Welcome to n3rdle</h1>
4 <p>
5 This is a tiny, incomplete clone of
6 <a href="https://www.powerlanguage.co.uk/wordle/">Wordle</a> built in
7 <a href="https://v3.nuxtjs.org/">Nuxt 3</a> for a live-coding session at
8 <a href="https://vuejsnation.com/">Vue.js Nation</a>.
9 </p>
10 <NuxtLink to="/game" role="button">Play game</NuxtLink>
11 </section>
12</template>