-
Notifications
You must be signed in to change notification settings - Fork 42
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
Frontend: Created the Homepage with the hamburger menu #87
Frontend: Created the Homepage with the hamburger menu #87
Conversation
menu I Created the home page with hamburger menu based on the given figma design, i added the necessary media in assets/src and also slightly modified button component, also added some custom classes in tailwind.config.js. I showed just for instance the sidebar after login, which will be later implemented. Fixes: shivansh-bhatnagar18#78
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
We should add an AppContext handling user signin and use it here to sync the UI with logged in state. |
@kuv2707 The PR looks good to me. Its just that the images are not getting rendered. |
Bhaiya it might be the loading error, because it is opening in my localhost |
}; | ||
|
||
const Navbar: React.FC<NavbarProps> = ({ | ||
isLoggedIn, |
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.
These will be accessed via the context, which I'll add when I get time.
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.
So what I do here
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.
Posted some comments
d38c29c
into
shivansh-bhatnagar18:master
Description
I Created the home page with hamburger menu based on the given figma design. I added created the menu in Navbar.tsx and import this in home.tsx(landing page). I also added the necessary media in assets/src and also slightly modified my previously button component, also added some custom classes in tailwind.config.js. I showed just for instance the sidebar after login, which will be later implemented.
Fixes: #78
How to Test
Related Issues
Checklist
Screenshots