enhancementgood first issuehacktoberfest
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
We need a simple navbar component to be added to the project. This component should be placed in the src/components folder and will later be used for navigation.
Tasks:
- Create a Navbar.js file in the
src/components/folder. - Inside Navbar.js, create a basic navbar structure using standard HTML/JSX.
- Add placeholder links for
Home,About,News,Converter,andWatchlist(these will be functional later). - Ensure the navbar looks clean with simple CSS (basic styling is enough for now).
- Include the Navbar in App.js so it is visible on every page.
Expected Outcome:
A basic, styled navbar should be visible across all pages of the app. The links should not be functional yet but should be placeholders for future routing.