-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Change font for a monospaced one to avoid font shift - Add animation to number - Add confetti at every 10.000 euros * Revert font * Squeeze numbers * fix * Add chart with accumulates every 10 minutes, save it to localStorage to recover values on page reload * padStart * Fix import * Reduce layout shift * Don't cut the comma * Update time * Updated height to be more compatible Co-authored-by: robeco92 <[email protected]> * Ups * Add logo * Refine * prettify * Add fade to counter * Fix responsive --------- Co-authored-by: robeco92 <[email protected]>
- Loading branch information
1 parent
a76c384
commit 3703db9
Showing
9 changed files
with
820 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Kiosk counter for Worldcoo | ||
# Kiosk counter for Worldcoo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import { defineConfig } from "astro/config"; | ||
|
||
import tailwind from "@astrojs/tailwind"; | ||
import react from "@astrojs/react"; | ||
|
||
// https://astro.build/config | ||
export default defineConfig({ | ||
integrations: [tailwind()], | ||
integrations: [tailwind(), react()], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.