A modern, responsive cryptocurrency news aggregator built with React, TypeScript, and Tailwind CSS.
- News Feed: Browse cryptocurrency news articles with filtering options
- Search: Search news by cryptocurrency code or name (e.g., BTC, Bitcoin, ETH)
- Filters: Filter news by categories (Hot, Rising, Bullish, Bearish, Important, Saved)
- Dark Mode: Toggle between light and dark themes
- News Details: Click on any article to view full details
- Trending Keywords: Sidebar showing trending cryptocurrency keywords
- Responsive Design: Works seamlessly on desktop and mobile devices
Dependencies are already installed. If you need to reinstall:
npm installStart the development server:
npm run dev