gdgpce/crypto-price-tracker

Create a Basic Navbar Component

开放

#2 创建于 2024年10月5日

 (6 条评论) (0 个反应) (0 位负责人)JavaScript (7 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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:

  1. Create a Navbar.js file in the src/components/ folder.
  2. Inside Navbar.js, create a basic navbar structure using standard HTML/JSX.
  3. Add placeholder links for Home, About, News, Converter, and Watchlist (these will be functional later).
  4. Ensure the navbar looks clean with simple CSS (basic styling is enough for now).
  5. 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.

贡献者指南