Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

53 lines (29 loc) · 1.23 KB

WiseWalletKitchen

A team project lasting 4 weeks with an open brief to try to help with specific social issues...

The why, what and who:

Video

Here's a link to our site:

https://wisewalletkitchen.netlify.app/


NICKS FORK...


// To Do

// Set the Fork to be the new remote URL to local project // + establish the current remote URL in terminal // // - git remote -v

// + UPdate the remote URL to point to fork // // - git remote set-url origin

// + check its correct by running (should be new fork address) // // - git remote -v

// Try to work out solution to JWT issue in Login function // + must set the state of loginAccess // + boolean statement depends on valid Json Web Token // + valid JWT from SupaBase backend

// Try to move this to a new useState in APP.js that has an (empty?) dependancy // + this should run when the page is refreshed // + loginAccess state should be set by this

// NOTES: // Consider setting the inital useState to be the existance of JWT ? // Remeber empty depandancies in useEffect create infinite GET requests from SupeBase