diff --git a/projects/index.md b/projects/index.md index e6c3f52..3e157b4 100644 --- a/projects/index.md +++ b/projects/index.md @@ -9,6 +9,8 @@ layout: default - [Interchange](/projects/interchange) - An iOS app for college transit, now on the App Store! +- [Timestamp](/projects/timestamp) + - An unintrusive, open source Pomodoro timer for macOS. - [Sourcebook](/projects/sourcebook) - A lightweight content management system (CMS) for class websites. - [Don't Wake Sandie](/projects/dont-wake-sandie) diff --git a/projects/timestamp/assets/timestamp-screenshot.png b/projects/timestamp/assets/timestamp-screenshot.png new file mode 100644 index 0000000..24b6f1c Binary files /dev/null and b/projects/timestamp/assets/timestamp-screenshot.png differ diff --git a/projects/timestamp/index.md b/projects/timestamp/index.md new file mode 100644 index 0000000..c2b64d9 --- /dev/null +++ b/projects/timestamp/index.md @@ -0,0 +1,12 @@ +--- +title: Timestamp +layout: project +--- + +![Screenshot of the Timestamp app and the settings window.](assets/timestamp-screenshot.png) + +A simple, unintrusive Pomodoro timer for macOS which lives in the menu bar. I built it with SwiftUI and made it open source. + +[Download the app](https://github.com/brendan-ch/timestamp/releases){: .primary-action } +[View the code](https://github.com/brendan-ch/timestamp){: .secondary-action } +{: .horizontal-wrapper }