Alpha Preview website : https://cryptosensor.netlify.app
📊 A real-time cryptocurrency market indicators dashboard built with Next.js and TypeScript.
- 🔄 Real-time market metrics monitoring
- 🔌 Multiple data sources integration
- 🚦 Status indicators (success, warning, danger)
- 📱 Responsive design with dark mode
- 🔄 Auto-refresh functionality
- 📊 Market indicators (CBBI, Pi Cycle, MVRV Z-Score)
- 📱 App store rankings
- 🔍 Google Trends data
- 🧮 BTC Dominance and Fear & Greed Index
- Node.js (v18+)
- npm (v8+)
# Clone repository
git clone https://github.com/yourusername/crypto-sensor.git
cd crypto-sensor
# Install dependencies
npm install
# Setup environment
cp .env.example .env.local
# Add your API keys to .env.local
npm run dev
# Open http://localhost:3000
npm run build
npm run start
/app
/components # React components
/lib # Utilities and API handlers
/types # TypeScript types
/data # Configurations
- Next.js 13+
- TypeScript
- Tailwind CSS
- SWR
- Framer Motion
- Lucide React
- Fork repository
- Create feature branch
- Submit pull request
MIT License
- CoinGecko API
- Google Trends API
- Crypto market indicators creators