joshuadeguzman / joshuadeguzman/workshop_flowtrading

[feature] Dedicated Watchlist view

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
feature good first issue
Dominant language
TypeScript
Stars
0
Forks
3
PR merge metrics
No merged PRs in 30d

Description

## Summary
A view that shows only the stocks you've starred.

## Proposed change
A "Watchlist" section or route using `useWatchlist()`, reusing the screener row. Empty state when nothing is starred.

## Affected area
`app/screener` or a new route, `hooks/use-watchlist`.

## Acceptance criteria
- [ ] Only starred stocks appear; survives a reload
- [ ] Empty state guides you to star something

Contributor guide

Open the contributing guide

Research direction

Start in `app/screener` and `hooks/use-watchlist`, then trace how `useWatchlist()` identifies starred stocks and how the screener row is rendered. Add a Watchlist section or route that reuses the row, handles an empty watchlist, and preserves starred stocks after reload. Verify both populated and empty states in the running app.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.