FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README with project phases and goals · yonderlab/fe.interview.pokedex@84a2994 · GitHub

Commit 84a2994

Browse files
authored
Update README with project phases and goals
1 parent 1dfe45b commit 84a2994

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,18 @@ We'll build the MVP in phases, starting simple and adding complexity incremental
4545

4646
1. **Fetch Details:** When a Pokemon name in `<PokedexMenu />` is clicked, use the `url` provided for that Pokemon in the initial fetch to get its detailed data (e.g., `https://pokeapi.co/api/v2/pokemon/1/`). You can use the `getPokemonByUrl()` function in `app/services/get-pokemon-by-url.ts` to fetch the data.
4747
2. **Create `<PokemonDisplay />`:** Build a reusable component to show the Pokemons name, image, and the array of types.
48+
49+
### Phase 3: Pagination & Infinite Scroll
50+
**Goal:** Handle the full list of 1328 Pokemon efficiently.
51+
52+
1. Implement pagination using the ⁠next and ⁠previous URLs from the API
53+
54+
### Phase 4: Search & Filter
55+
**Goal:** Help users find specific Pokemon quickly.
56+
57+
1. Add real-time search by Pokemon name
58+
59+
### Phase 5: Favorites & Local Storage
60+
**Goal:** Let users save their favorite Pokemon.
61+
62+
1. Add a favorite button to each Pokemon

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL