An open API service indexing awesome lists of open source software.

https://github.com/danielroe/n3rdle


https://github.com/danielroe/n3rdle

Last synced: 11 months ago
JSON representation

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/).



Screenshot of a Wordle game in progress

- [✨  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