Open kevinhu01 opened 3 weeks ago
A person wants to create an account that keeps track of recipes they save. This account has a username and password, and an empty list for saved recipes.
Add Login to main and make it the first window to appear, connect the successful login view to the homepage, create a JSON file to store user data
Add a list of saved recipes for users
A person wants to create an account that keeps track of recipes they save. This account has a username and password, and an empty list for saved recipes.