https://github.com/danielroe/n3rdle
https://github.com/danielroe/n3rdle
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielroe/n3rdle
- Owner: danielroe
- Created: 2022-01-27T18:56:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T08:26:26.000Z (12 months ago)
- Last Synced: 2025-07-15T19:22:55.601Z (12 months ago)
- Language: Vue
- Homepage: n3rdle.vercel.app
- Size: 1.16 MB
- Stars: 90
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 + Wordle (n3rdle)
This is a tiny, incomplete clone of Wordle built in [Nuxt 3](https://v3.nuxtjs.org/) for a live-coding session at [Vue.js Nation 2022](https://vuejsnation.com/).
- [✨ Live Demo](https://n3rdle.vercel.app/)
- [🔈 Talk](https://www.youtube.com/watch?v=-U8NWGTGNVw)
## Features
- Based on [Nuxt 3](https://v3.nuxtjs.org/)
- Server API routes using [Nuxt Nitro](https://v3.nuxtjs.org/concepts/server-engine)
- Usage of [composables](https://v3.nuxtjs.org/docs/directory-structure/composables)
- Persists an anonymous session
- Light & dark mode using [pico.css](https://picocss.com/docs/)
## Try it out
### Setup
```bash
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production (universal)
npm run build
# preview in production mode
npm start
```
### Deployment
You should be able to deploy this repository with zero or minimal configuration.
- [Azure](https://v3.nuxtjs.org/docs/deployment/azure)
- [Cloudflare Workers](https://v3.nuxtjs.org/docs/deployment/cloudflare)
- [Firebase Hosting](https://v3.nuxtjs.org/docs/deployment/firebase)
- [Netlify](https://v3.nuxtjs.org/docs/deployment/netlify)
- [Vercel](https://v3.nuxtjs.org/docs/deployment/vercel)
- ... and more
## License
MIT