Skip to content

Dav321/abi_countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABI Countdown

A small Rust + Dioxus web app that shows a countdown and status overview for Abitur-related dates.
It reads event data from assets/events.json and separates upcoming and completed milestones automatically.

image of the app

Tech Stack

  • Rust
  • Dioxus for the frontend UI
  • Tailwind CSS for styling
  • Chrono for date/time handling

Event Data

The app reads its timeline from assets/events.json.

Each event includes:

  • name — event title
  • flag — optional category label
  • time — ISO 8601 timestamp
  • color — Tailwind color class for styling

You can add, remove, or update events without changing the Rust code.

Example event

{
  "name": "Mathematik",
  "flag": "schriftlich",
  "time": "2026-05-06T07:00:00.000Z",
  "color": "bg-blue-700"
}

About

A small Rust and Dioxus web app that displays a countdown and overview for Abitur 2026 dates.

Resources

License

Stars

Watchers

Forks

Contributors