Skip to content

Commit

Permalink
Add AZStocker project
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmclean committed Feb 11, 2025
1 parent 7186fb0 commit a514e6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
* [`babyapi`](projects/babyapi.md)
* [`automated-garden`](projects/automated_garden.md)
* [`article-sync`](projects/article_sync.md)
* [AZStocker](projects/azstocker.md)
* [and more...](projects/more.md)
11 changes: 11 additions & 0 deletions projects/azstocker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AZStocker

[![AZStocker](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/calvinmclean/azstocker)

Check it out at [azstocker.com](https://azstocker.com)!

AZStocker is a web application that provides searchable and on-demand information about fish stocking in Arizona. The AZ Game and Fish Department provides stocking calendars using Google Sheets, which are generally difficult to read and search. AZStocker parses the sheets and provides this data in a more user-friendly and searchable format. Users can search, sort by recent or upcoming stocking, and save their favorite lakes.

It uses `babyapi` to quickly and easily build a JSON API and Client. Then, Go HTML templates are used to render webpages with [HTMX](https://htmx.org) and [Hyperscript](https://hyperscript.org) for user-interactivity.

This is deployed serverlessly on [fly.io](https://fly.io).

0 comments on commit a514e6e

Please sign in to comment.