Skip to content

heinebold/make-times-forward

Repository files navigation

Make Times Forward

Display the (linear) schedule of an event. No backend, pure browser application that can run completely offline once it is loaded.

Usage

All data lives in LocalStorage. Create or modify your schedule in edit mode, show it in display mode, it's that simple!

You can even play a sound when the next schedule item starts. You can also turn that off because sound can be annoying. In case you speak German, you will also be annoyed by the horrible pun that gave this app its name.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

Attribution

About

A very simple schedule display app with a terrible pun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published