GitXplorerGitXplorer
s

cats

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
23924679a1f6b47b4b6cc8ffb21b45543b17ed82

updates

ssavannahostrowski committed 2 years ago
Unverified
050df3472e29e2d6ce0d9f22cf6e5d6abc743049

touch ups

ssavannahostrowski committed 2 years ago
Unverified
88980cc6f1adf84467cf00dc05aa14fcecbd5abf

frontend updates

ssavannahostrowski committed 2 years ago
Unverified
45d8a258ecd694399662db7e296978ce2d571c57

Working

ssavannahostrowski committed 2 years ago
Unverified
3943614012d2713c66a3e821a5fcda8ac894839a

cat card done

ssavannahostrowski committed 2 years ago
Unverified
18adcf492da6cc1116c68fe68d67b018b8dcf662

cat card

ssavannahostrowski committed 2 years ago

README

The README file for this repository.

Cats

A proof-of-concept web app that allows you to rate pictures of cats. You can even submit your own cat to the database for others to rate their cuteness.

All cats have a perfect score of 10!

TODOs

  • [ ] Wire up submission form

  • [ ] make an azd template on aca (frontend, backend, database- postgres)

    • [ ] can i use a predeploy hook for azd?
  • [ ] mark as template repo

  • [ ] submit to awesome azd

  • [ ] stretch features

    • [ ] image recognition with pytorch for validation that the image is a cat?
    • [ ] add spinner on rating cat with delay
    • [ ] make it so that you can't rate cats more than once (use local storage?)
    • [ ] make the all cats page sorted from highest to lowest (make it a scoreboard)
    • [ ] drag and drop images with preview
    • [ ] upload to azure blob storage?