A low-fidelity wireframe prototype built with Vite + React + React Router, deployed to GitHub Pages.
Live URL: https://saadaf-m.github.io/fandom-wireframe-phase-2/
⚠️ This is a wireframe for usability testing of Fandom.com's redesigned information architecture. It is not a production application.
This prototype simulates the user experience of a redesigned Fandom.com. It contains clickable navigation, realistic content labels, and real routing — but uses placeholder imagery and minimal styling intentional to a low-fidelity wireframe.
The goal is to validate the new IA (Information Architecture) with real users before committing to high-fidelity design.
Can a user find a specific game wiki starting from the homepage?
- Homepage (
/) — Scroll to the Games section - Click Browse All → Games category page (
/games) - Click See All Trending → Games Trending Wikis (
/games/trending) — or See All Popular → Games Popular Wikis (/games/popular) - Click View Wiki on any card
Can a user navigate to posting a new fandom starting from the homepage?
- Homepage (
/) — Click Community in the navbar - Community page (
/community) — Click + Post Something - Post a New Fandom page (
/account/post) — Fill in the form and submit
Can a user find a specific anime wiki (Death Note) via Browse All?
- Homepage (
/) — Scroll to the Anime section, click Browse All - Anime category page (
/anime) — Click Browse All Anime Wikis - Anime Browse All page (
/anime/browse) — Locate the Death Note Wiki card (highlighted with a border) - Click View Wiki → Death Note Wiki page (
/anime/browse/death-note)
| Route | Page |
|---|---|
/ |
Homepage |
/games |
Games category |
/games/trending |
Games Trending Wikis |
/games/popular |
Games Popular Wikis |
/games/browse |
Games Browse All |
/anime |
Anime category |
/anime/trending |
Anime Trending Wikis |
/anime/popular |
Anime Popular Wikis |
/anime/browse |
Anime Browse All |
/anime/browse/death-note |
Death Note Wiki |
/community |
Community feed |
/account/post |
Post a New Fandom |
/account |
My Account |
/tv |
TV category |
/movies |
Movies category |
/music |
Music category |
- Vite — build tool
- React 18 — UI framework
- React Router v6 with
HashRouter— client-side routing compatible with GitHub Pages - Inline styles / plain CSS — no external UI libraries
base: '/fandom-wireframe-phase-2/'set invite.config.js
npm install
npm run devnpm run build
# deploy the dist/ folder to GitHub Pages