-
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
Upcoming Contest Card Component #36
Upcoming Contest Card Component #36
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. |
frontend/src/App.js
Outdated
|
||
function App() { | ||
return ( | ||
<Router> | ||
<div className="App"> | ||
<Navbar/> | ||
<Card |
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.
Instead of adding card here, create another component which has state of all cards( using Hooks) . Use that and run a map on Card ( atleast 3 items). Display that component here. ( Name it "Cards")
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.
Yes, make sure its responsive. Commit the changes as well.
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. Pushed the latest code.
} | ||
|
||
.read_more { | ||
margin: 1rem auto 0 auto; |
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.
Color codes doesn't look good. Either make it bit impressive or use the design provided.
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 Now it is fine?
Congrats on merging your first pull request! 🎉 All the best for your amazing open source journey ahead 🚀 |
@ashishnagpal2498 Can you also add Labels for SWOC? |
The issue was specifically for DWOC. |
@ashishnagpal2498 I noticed today that you have removed |
@ashishnagpal2498 I have told to add |
I cannot add two labels to a single PR. |
Closes #35
Made Upcoming Card Component.
Type of change
Checklist:
Screenshots
Original

Updated
