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.
- Host: GitHub
- URL: https://github.com/ncolesummers/cinnabunday
- Owner: ncolesummers
- Created: 2024-01-06T06:50:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T05:13:40.000Z (over 1 year ago)
- Last Synced: 2025-01-09T08:12:18.499Z (9 months ago)
- Topics: deno, denokv, fresh
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.