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

https://github.com/ncolesummers/cinnabunday

A simple web app to help choose 2 random movies from a list.
https://github.com/ncolesummers/cinnabunday

deno denokv fresh

Last synced: 8 months ago
JSON representation

A simple web app to help choose 2 random movies from a list.

Awesome Lists containing this project

README

          

# Cinnabunday

This is a movie night web app for my partner and I. We can add movies to a
shared list and then randomly select two to pick from.

Built using Deno and Fresh. No other dependencies necessary.

This project is a labor of love and a way to learn Deno.

### Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

```
deno task start
```

This will watch the project directory and restart as necessary.