SE701-T5 / Frontend

This is the frontend repo of Uni-forum, associated with the University of Auckland, SOFTENG701. This repo will be linked to Netlify for ease of deployment and code review
MIT License
1 stars 22 forks source link

Create nav bar #22

Closed hpar461 closed 2 years ago

hpar461 commented 2 years ago

Description

This implements a nav bar at the top of every page to allow easier navigation between pages and provide utility functionalities such as search bar.

Redirecting features has not been implemented yet due to a relevant react router code not implemented yet.

Related Issue

Solves #17

Type of change

How Has This Been Tested?

Checklist:

For more information, refer to the Contributing Guidelines document.

netlify[bot] commented 2 years ago

āœ”ļø Deploy Preview for uniforum ready!

šŸ”Ø Explore the source changes: a07d0ba7676fbee66ba3ca2f47dcc973914d3585

šŸ” Inspect the deploy log: https://app.netlify.com/sites/uniforum/deploys/623102be045e420008ec94ba

šŸ˜Ž Browse the preview: https://deploy-preview-22--uniforum.netlify.app/

hpar461 commented 2 years ago

Its looking great! Please move the the styles into their own file so the concerns are separate :) Thanks!

The component style was refactored into a separate file (NavBar-styles.js) and those files were relocated to its own folder called NavBar/.