zingsurfer / newmeow

A Python-Django app that generates a random cat picture to make your day cat-tastic!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add create favorite feature

zingsurfer opened this issue · comments

Set up the view and url path to create a favorite cat pic. Display a "Favorite" button below the random cat picture on the home page, and add functionality to it.

User story

As a user,
When I visit "/", 
I view a "Favorite" button.
When I click on this button,
it adds a cat photo to my favorites.