Skip to content

⏱️ Keep track of nearby events in a customisable and sleek web UI

connorjarrett/countdown

Repository files navigation

Countdown

A little web app I use to keep track of recurring and one-time events.

Installation

These files are not important and can be deleted post-download

- .gitignore
- README.md

Rename events.json.example to events.json

Adding Events

Permanent

To create events that stay after refresh or across multiple devices, you will need to edit events.json under "recurring" or "oneTime" add the JSON for your event, it will look something like this:

{
    "event": "This is my event!",
    "timestamp": 4844770412
}

To get the timestamp, visit a website like unixtimestamp.com, enter the time and date of the event, click "Convert" and copy the Unix Timestamp field of the table.

Temporary

To create quick, temporary events, you can enter the event name and time at the bottom of the screen

Known Bugs 🪲

Bug Solution
After leaving fullscreen, the text overflows from the container Double click "Show More"/"Show Less" to reset it

About

⏱️ Keep track of nearby events in a customisable and sleek web UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published