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

https://github.com/danielroe/spooon

This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.
https://github.com/danielroe/spooon

Last synced: 3 months ago
JSON representation

This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024.

Awesome Lists containing this project

README

          

# Nuxt Random Recipe App

This is a tiny recipe app built in [Nuxt](https://nuxt.com/) for a live-coding session at [Vue.js Nation 2024](https://vuejsnation.com/).



Screenshot of the random recipe app

- [✨  Live Demo](https://nuxt-spooon.vercel.app/)

## Features

- Built with [Nuxt 3](https://nuxt.com/)
- Server API routes using [Nitro](https://nuxt.com/docs/guide/concepts/server-engine)
- Usage of [runtime config](https://nuxt.com/docs/guide/going-further/runtime-config)
- Uses built-in [storage layer](https://nuxt.com/docs/guide/directory-structure/server#server-storage)
- Responsive images (and custom provider) with [Nuxt Image](https://image.nuxt.com/)
- Interface with [Nuxt UI](https://ui.nuxt.com/) and [TailwindCSS](https://tailwindcss.nuxtjs.org/)

## Try it out

### Setup

```bash
# install dependencies
pnpm install

# serve in dev mode, with hot reload at localhost:3000
pnpm dev

# build for production (universal)
pnpm build

# preview in production mode
pnpm preview
```

### Deployment

You should be able to deploy this repository with zero or minimal configuration (just make sure to set the ).

- [Azure](https://nuxt.com/deploy/azure)
- [Cloudflare Workers](https://nuxt.com/deploy/cloudflare)
- [Firebase Hosting](https://nuxt.com/deploy/firebase)
- [Netlify](https://nuxt.com/deploy/netlify)
- [Vercel](https://nuxt.com/deploy/vercel)
- ... and more

## License

MIT