diff --git a/content/showcase/tidyfork/index.md b/content/showcase/tidyfork/index.md new file mode 100644 index 0000000..57b38a8 --- /dev/null +++ b/content/showcase/tidyfork/index.md @@ -0,0 +1,28 @@ +--- +title: "Tidyfork" +description: "A powerful tool for managing and cleaning up your GitHub forks and stars, built with Aurelia." +date: 2021-03-21 +showcase_categories: ["apps"] +demo: "https://tidyfork.com/" +featured_image: "showcase/tidyfork.png" +--- + +## Overview + +Tidyfork is an elegant web application built with Aurelia 2 that helps developers maintain a clean and organized GitHub profile. It provides an intuitive interface for managing forked repositories and starred projects, making it easy to identify and remove outdated or unnecessary items. + +## Features + +- **Fork Management**: Efficiently clean up old forks with a streamlined deletion process +- **Star Organization**: Review and manage your starred repositories +- **Activity Analysis**: Identify deprecated or inactive projects in your GitHub account +- **Batch Operations**: Clean multiple repositories at once, saving valuable time +- **GitHub Integration**: Seamless authentication and interaction with GitHub's API + +## Why Aurelia? + +Aurelia's powerful data binding and component system made it possible to create a responsive and user-friendly interface that handles complex GitHub API interactions smoothly. The framework's performance capabilities ensure that Tidyfork can process and display large numbers of repositories efficiently. + +## Impact + +Tidyfork addresses a common pain point for developers who actively engage with GitHub's social features. By simplifying the cleanup process, it helps maintain a more focused and relevant GitHub profile, making it easier to track and contribute to projects that matter most. diff --git a/content/showcase/yawntales/index.md b/content/showcase/yawntales/index.md new file mode 100644 index 0000000..a0f1f20 --- /dev/null +++ b/content/showcase/yawntales/index.md @@ -0,0 +1,18 @@ +--- +title: "Yawntales" +description: "Create enchanting stories, calming meditations, and empowering affirmations for readers of all ages." +date: 2024-10-15 +showcase_categories: ["apps"] +demo: "https://yawntales.com/" +featured_image: "showcase/yawntales.png" +--- + +Create enchanting stories, calming meditations, and empowering affirmations for readers of all ages using advanced algorithms. + +Every piece is uniquely crafted to match your preferences, whether it's stories, meditations, or affirmations. + +Generate engaging content in seconds, perfect for any moment when you need inspiration or entertainment. + +Access an ever-expanding collection of themes and templates for stories, meditations, and affirmations. + +Built using Aurelia 2 diff --git a/static/showcase/tidyfork.png b/static/showcase/tidyfork.png new file mode 100644 index 0000000..75548cb Binary files /dev/null and b/static/showcase/tidyfork.png differ diff --git a/static/showcase/yawntales.png b/static/showcase/yawntales.png new file mode 100644 index 0000000..2de7543 Binary files /dev/null and b/static/showcase/yawntales.png differ