Skip to content

3urhan/Financial-Search-Portal---Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

 
 
 

Contributors