meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ixc2024:tech:wfrontend:implementing_planning:start [2024/05/28 10:52] alestaixc2024:tech:wfrontend:implementing_planning:start [2024/05/28 10:58] (current) alesta
Line 171: Line 171:
  
 {{:ixc2024:tech:wfrontend:deploying:screenshot_2024-05-28_at_10.49.34.png?400|}} {{:ixc2024:tech:wfrontend:deploying:screenshot_2024-05-28_at_10.49.34.png?400|}}
 +
 +==Navigation==
 +
 +It is always good to implement some sort of a navigation for your users. A go-to way of doing so is by implementing a Navigation Bar - Navbar. However, navigation can also be implemented for example when we want to open a profile of another user, by clicking on the user's profile picture or their name. 
 +
 +For implementation of Navbars: [[https://react-bootstrap.netlify.app/docs/components/navbar/|React Navbar]] 
 +
 +{{:ixc2024:tech:wfrontend:deploying:screenshot_2024-05-28_at_10.57.37.png?400|}}
 +
 +
 +For implementation of Links: [[https://mui.com/material-ui/react-link/ | React Links]]
 +
 +{{:ixc2024:tech:wfrontend:deploying:screenshot_2024-05-28_at_10.57.57.png?400|}}
 +
 +
 +
  
 ==Add personality to your Web Application == ==Add personality to your Web Application ==