FOMOscope is an interactive dashboard showing the "mood" of the crypto market in real-time. It combines live price data and social sentiment to visualize whether the market is Bullish 🐂, Bearish 🐻, or Neutral 😐.
- Live Bitcoin price chart
- Real-time market sentiment gauge
- Easy to extend to multiple cryptocurrencies
- Interactive and responsive design
# 1. Clone the repo
git clone https://github.com/yourusername/FOMOscope.git
# 2. Enter project folder
cd FOMOscope
# 3. Install dependencies
npm install
# 4. Start the development server
npm start
# Open in browser: http://localhost:3000
** Future Improvements
Fetch real sentiment from Twitter/Reddit APIs
Add multiple coin tracking
Improve chart styling and user interactivity