HannahTalksDev / HannahTalksDev/MedicineSymptomLookup

GROUP 3- Add information on what the lookup is about in a p tag underneath the h1

Open
#3 0 comments 0 reactions 1 assignee Claimed by @Malikrob16 View on GitHub
good first issue
Dominant language
TypeScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Add descriptive subtitle to Drug Symptom Lookup

**Problem:**
The Drug Symptom Lookup page needs additional information to help users understand what the application does.

**Task:**
Add a subtitle paragraph that explains the purpose of the lookup feature.

**File Location:**
Navigate to `src/app/page.tsx`

File structure showing page.tsx location

**Instructions:**

1. Open `src/app/page.tsx`

Image

2. Find the `

` tag with "Drug Symptom Lookup" (around line 56)

Image

3. Add the following code directly underneath the closing `

` tag:
```jsx


Search for a medication to see reported adverse events


```

---

**Submission Instructions:**

1. Checkout a new branch: `git checkout -b #3/add-lookup-subtitle`
2. Make the changes described above
3. Stage changes: `git add .`
4. Commit: `git commit -m "Add descriptive subtitle to Drug Symptom Lookup"`
5. Push branch: `git push origin #3/add-lookup-subtitle`
6. Create a pull request against `main` on GitHub (remember to select your own branch)

Image

**Notes:**
- Branch name format: `#3/descriptive-name` to link with this issue
- Can use VS Code's Git tools as an alternative to CLI
- Pull request description will be added as homework

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.