JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Create Login component to open as modal for sign in #15

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

Login component needed for users to sign in. Form for sign in with Email Address and Password. Form should have basic client side validation and display appropriate errors to the user. User should be able to click on something to take them to the sign up page if they don't have an account. Part of Issue #3 .

TheDizruptor commented 4 years ago

Login component is tentatively fully functional in user-accounts branch. Styling will be updated later.