topcowmoo / dictyosperma-album

Kanban 4U
1 stars 0 forks source link

added login/signup functionality #55

Closed sbanati closed 1 month ago

sbanati commented 1 month ago

Added login/signup functionality.

I had to touch the app.jsx, the main.jsx, the login, signup modals , board component. I had to touch it all!

Also some new dependencies were added, so we are going to need to npm install

I am having a difficulty with this, so the login and signup is working, the accounts are being created in the database and then being loggedin. But I cant get the state to update and refresh so the header can conditionally render. Maybe someone can take a look