-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React log in page #148
base: main
Are you sure you want to change the base?
React log in page #148
Conversation
This is definitely just a start - I got help from: https://www.youtube.com/watch?v=qH4pJISKeoI Let me know if I'm on the right track! Also added <label> in index.css for the <label> element you see in LogIn.js
This was the original file I used in my local computer to get this result:
Can now run!
Removing App.js made it crash... not sure why
Crashes when onChange() function is called, I think due to type errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jerryliangxia Was wondering whether you could resolve the merge conflicts? I think rebasing would be a good idea? Also was wondering whether you could add a route for the login page in the routes
folder and import your component there, and move your LogIn
page component within the pages
folder? Was wondering whether you could convert the implementation of the LogIn
component into a functional component using hooks? Thanks!
Removed comments, deleted login.js and login.css files, and created a new file "index.tsx" under "pages" that displays a rough log-in form.
Summary
Write a quick summary of your changes here. Make sure to provide context for people that may be unfamiliar with what you're working on
Attached is an image of what I had working in my local computer.
Test Plan
How did you test your changes?
Related Issues
Which issues does this PR resolve/work on?
Closes #