Repository files navigation # Financial Search Portal - Prototype
A scalable HTML/CSS/JavaScript prototype for searching and navigating financial instruments.
## Features
✅ **Smart Search** - Search through stocks, bonds, ETFs, and mutual funds
✅ **Profile Navigation Overlay** - Table-of-contents style menu for each instrument
✅ **Synchronized Navigation** - Left sidebar stays in sync with current page
✅ **Scalable Architecture** - Add hundreds of pages by updating data.js
✅ **Keyboard Navigation** - Full keyboard support (arrows, Enter, Escape)
✅ **Recent Items Tracking** - Automatic recent items with localStorage
✅ **Responsive Design** - Works on desktop, tablet, and mobile
## File Structure
financial-search-prototype/
├── index.html
├── search-results.html
├── css/
│ ├── main.css
│ └── navigation.css
├── js/
│ ├── search.js
│ ├── navigation.js
│ ├── router.js
│ └── data.js
└── pages/
├── stocks/
│ ├── aapl.html
│ ├── msft.html
│ └── googl.html
├── bonds/
│ └── us-treasury.html
└── funds/
└── vanguard-500.html# Financial-Search-Portal---Prototype
About
# Financial Search Portal - Prototype A scalable HTML/CSS/JavaScript prototype for searching and navigating financial instruments.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.