stynan27 / BlockHeads

Primary repository for team BlockHeads inc. projects.
0 stars 0 forks source link

Develop the react authentication form component #17

Closed stynan27 closed 11 months ago

stynan27 commented 1 year ago

Description

Create a component that when clicking the appropriate button displays either a login form (login button) or a registration form ("Start Building!" button). This form will hook up to a Spring Boot API to be created this spring for creating and getting users' details.

subtask of #10

stynan27 commented 1 year ago
stynan27 commented 1 year ago

The modal will display differently (Register vs Login) based on the button clicked to display this widget (i.e. "Login" vs "Start Building" buttons).

stynan27 commented 11 months ago

At the end of sprint 3, we were running into state management issues related to the modal being present/not. I worked with @jtangelo98 to integrate the Redux package for centralized App state management. There are a few wrinkles to iron out still which Joey will be refining solo.