-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(showcase): update rock-paper-scissors category and add santa shu…
…ffle - Changed the category of the Rock Paper Scissors game from "games" to "apps". - Added a new showcase entry for Santa Shuffle, a Secret Santa gift exchange organizer, including its description, demo link, and technical stack.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Santa Shuffle" | ||
description: "A free Secret Santa gift exchange organizer that makes creating and managing gift exchanges quick and easy." | ||
date: 2024-12-01 | ||
showcase_categories: ["apps"] | ||
demo: "https://santashuffle.app" | ||
--- | ||
|
||
## Overview | ||
|
||
Santa Shuffle is a delightful web application built with Aurelia 2 that simplifies the process of organizing Secret Santa gift exchanges. Whether you're planning a holiday party for your family, friends, or office, Santa Shuffle makes it effortless to create and manage gift exchanges while maintaining the element of surprise. | ||
|
||
## Technical Stack | ||
|
||
- **Frontend**: Aurelia 2 with TailwindCSS | ||
- **State Management**: Built-in Aurelia state management | ||
- **Styling**: Responsive design with winter-themed aesthetics | ||
- **Export**: PDF generation using jsPDF | ||
- **Icons**: Font Awesome for festive iconography |