Skip to content

colincode0/less-clicking-less-typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Less Clicking, Less Typing

A stock research dashboard that eliminates repetitive typing and clicking across multiple financial websites.

🌐 Live Site: https://less-clicking-less-typing.vercel.app/

What It Does

Enter a stock ticker once and instantly access multiple financial research platforms with your ticker pre-filled. No more copying/pasting tickers across TradingView, MarketWatch, Fintel, and other sites.

How to Use

  1. Enter a ticker in the input field (e.g., AAPL, TSLA, SPY)
  2. Click any button to open that financial site with your ticker already loaded
  3. Customize your dashboard by clicking "Edit Buttons" to add/remove research sites
  4. Share your setup by copying the generated link to bookmark or share with others

How It Works

The site uses URL parameters to store your button configuration. When you enter a ticker and click a button:

  1. Template substitution - Your ticker replaces the * placeholder in each URL template
  2. Dynamic URL generation - Each button link is dynamically created using JavaScript template literals
  3. New tab opening - Financial sites open in new tabs with your ticker pre-filled
  4. State persistence - Your button layout is encoded in the URL, so you can bookmark or share it

For example, clicking "TradingView" with ticker "AAPL" opens: https://www.tradingview.com/chart/lJHaJwpi/?symbol=AAPL

Features

  • One-click access to TradingView, MarketWatch, Fintel, OpenInsider, WhaleWisdom, and more
  • Customizable buttons - add your own research sites
  • Shareable layouts - all configuration is stored in the URL
  • No registration required - works instantly

Perfect for traders, investors, and financial analysts who research multiple stocks daily.

About

Stock research dashboard that eliminates repetitive typing and clicking across multiple financial websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published