michidk / XKCD-Fullscreen

A simple XKCD fullscreen viewer built for digitale signage.

Home Page:https://xkcd-fullscreen.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XKCD Fullscreen Viewer

MIT License

This is a simple web app displaying comics from the XKCD webcomic in fullscreen mode. It is built with Next.js and Tailwind CSS.

How to use

You can use the web app deployed to Vercel at xkcd-fullscreen.vercel.app.

By default, it will display a random comic. You can also use the ?id= query parameter to configure the comic ID directly in the URL.

For example, xkcd-fullscreen.vercel.app/?id=2481 will display the comic with the ID 303: Screenshot of the xkcd viewer

Development

The easiest way to get started is by launching this repository inside a dev container.

Install the dependencies:

bun install

Then, run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

About

A simple XKCD fullscreen viewer built for digitale signage.

https://xkcd-fullscreen.vercel.app

License:MIT License


Languages

Language:TypeScript 94.4%Language:JavaScript 4.6%Language:CSS 1.0%