Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature AppHeader

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Tech stack
javascript, react
Domain
frontend

Research direction

Start by reading src/App.js to identify the existing header markup and the component structure. Inspect /assets to find the hotel's logo, then extract the header into an AppHeader component, import and render it from src/App.js, and verify that the page displays the header with the logo.

Written by the indexing model from the issue text.

Description

🐇 Size Small 📅 Week 1 🔑 Priority Key 🧩 Feature

Instructions:

  • Extract the <header> from the src/App.js file to be its own separate component called AppHeader.
  • Import and render the <AppHeader /> component within src/App.js.
  • In the AppHeader component, render the hotel's logo in an <img> . Find the logo in /assets

Test:

  • The header should be displayed with a logo on the page.
Dominant language
JavaScript
Stars
1
Forks
28
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CodeYourFuture/React-Module-Project

All issues in CodeYourFuture/React-Module-Project

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.