gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

#6 done #20

Closed k-deepak04 closed 1 year ago

k-deepak04 commented 1 year ago

Screenshot 2023-04-19 003843 styled and fixed.

gbowne1 commented 1 year ago

@k-deepak04 this looks good by the way.

I considered also using the nightseattle.jpg as a background, under the navbar.

The packages all need upating so in the next push need some package updates @k-deepak04

In my view, the footer appears at the center of the screen right now.

I forgot to have you add the original Login/Logout icon.

import LoginIcon from '@mui/icons-material/Login'; import LogoutIcon from '@mui/icons-material/Logout';

Put it on the right end of the navbar. It should change state between icons when the user clicks on it. I wanna be able to log in and do the writing on my blog page. Users could login to add comments, etc.

gbowne1 commented 1 year ago

npx outdated in the project root directory / folder will tell you which packages need updating.