Branching Scenario Web App (React)
Overview
A small React single-page application (internally named “scenariu-webpage”) for presenting scenario-style content, scaffolded with Create React App and routed with React Router.
Why It Exists
A lightweight frontend build to build out a scenario/branching-content webpage, a quick build to test layout and navigation for guided, multi-step content.
What We Built
A standard Create React App project (React 18, React Router 6) with a conventional src layout: an App.js shell, a components/Home.js view, scoped CSS under src/css, and the usual CRA testing setup (@testing-library). The routing dependency indicates multi-view/branching navigation rather than a single static page.
Technologies & Approach
Create React App for zero-config tooling and React Router for client-side navigation, the pragmatic choice for spinning up an interactive content SPA quickly.
Outcome / Impact
A working React scaffold for scenario-driven content; useful as a starting point/build rather than a finished product.
Capabilities Demonstrated
- React SPA setup with client-side routing
- Component-structured, CSS-scoped frontend
- Fast building on a standard React toolchain