Skip to content

Commit 8e035e4

Browse files
committed
proper naming
1 parent 1f8b4e5 commit 8e035e4

File tree

20 files changed

+50
-15
lines changed

20 files changed

+50
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Practice Everything (Structured Data)
1+
# Practice Everything
22

33
Pop open <InlineFile file="index.ts" /> to get started.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Maple Street Library
2+
3+
This is a single-page React + Vite app for the Maple Street Library team. The UI
4+
is wired up to helper functions that you will implement.
5+
6+
👨‍💼 We need this dashboard to show accurate library activity. Your task is to
7+
complete the helper utilities so the catalog, rooms, events, and member activity
8+
sections all populate with real data.
9+
10+
## Your assignment
11+
12+
- <InlineFile file="src/utils/practice.ts" /> — implement the utilities for the
13+
dashboard
14+
- <InlineFile file="src/data/library-data.ts" /> — review the live dataset
15+
- <InlineFile file="src/app.tsx" /> — confirm the UI renders accurate results
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)