-
Notifications
You must be signed in to change notification settings - Fork 45
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
#39 SignUp Component #43
#39 SignUp Component #43
Conversation
Hello there!👋 Welcome to the project!💖⚡ Thank you and congrats🎉 for opening your very first issue in this project. We at hackStation provide a platform to share your work in number. Please adhere to our Code of Conduct.🙌 Kindly ensure you have fulfilled all the project guidelines. |
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.
No packages should be added. Come up with a better design.
<div className="container"> | ||
<div className="title">Sign Up</div> | ||
<div className="body"> | ||
<input type="text" name="name" placeholder="Name" |
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.
Come up with a better design. This is too simple. The issue is "Medium level" on purpose.
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.
Sure, Will incorporate comments & try for better design. Do you have ref/design thoughts?
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.
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.
@ashishnagpal2498 : Added newly designed SignUp Component, have a look.
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700&display=swap'); | ||
|
||
:root{ | ||
--red-bg-color: #ff7a7a; |
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.
Looks like you copied code from somewhere?
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.
yeah, any issues in that as font suits this component. Can I share credits?
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.
Not an issue with that. But please refine the code.
Don't use properties on :root. Reduce redundant properties.
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.
@ashishnagpal2498 : Done, Please check now.
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.
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.
@ashishnagpal2498 : Done, Please have a look - I haven't used existing icon as it was mapped to login - now updated to Signup
Cleaned Up
Incorporated review comments
Please resolve merge conflicts. |
Done |
Congrats on merging your first pull request! 🎉 All the best for your amazing open source journey ahead 🚀 |
Sign Up component #39
Fixes: #39
Type of change
How Has This Been Tested?
Applying Component in App to render SignUp
Checklist:
Screenshots