BareGit
Commits
Clone:
Name Latest commit Last update
..
πŸ“‚ src
πŸ“„ README.md Add simple slides 10 days ago
πŸ“„ design.md Simple-slides: Add clear button. Add presets 9 days ago
πŸ“„ index.html Simple-slides: Change font to Inter with ss02 9 days ago
πŸ“„ prd.md Add simple slides 10 days ago
πŸ“„ style.css Simple-slides: Change font to Inter with ss02 9 days ago

Random Slides

A minimalist, browser-based slideshow application that allows you to create, edit, and play Markdown-based slides. It runs entirely in your browser with no backend required and persists your data locally.

Features

Quick Start

Running Locally

Since the app uses ES Modules, it needs to be served via a web server (rather than opened as a local file).

  1. Navigate to the project directory in your terminal.
  2. Start a simple local server: ```bash # If you have Python installed: python3 -m http.server

    Or if you have Node.js/npx:

    npx serve . `` 3. Open your browser tohttp://localhost:8000` (or the port provided by your server).

How to Use

Edit Mode

Play Mode

Technologies Used

License

MIT