An open API service indexing awesome lists of open source software.

https://github.com/phptuts/basketballfrontend


https://github.com/phptuts/basketballfrontend

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# A basketball App

## Navigation Task

- [x] Create a folder called components in the src folder.
- [x] Create a Nav Component with the shared this bootstrap Nav, put all the NavLinks into this component.
- [x] Replace the navigation in the Admin and App Component.
- [x] Have a prop in the component named isAdmin that will show a different brand text based on if it's true or false. Then pass this prop from Admin component and App Component.
- [x] Create a context for if the user is authenticated. In the Context Component use the useState hook to determine if it's true or false.
- [x] Then use that context to show and hide the Navigation based on if the user is logged in or not.
- [x] Mobile View working