A comprehensive cryptocurrency tracking website built with React that provides real-time price information, trends, and detailed analysis for various cryptocurrencies.
-
Real-time Cryptocurrency Prices
- Live Bitcoin price updates in USD and INR
- 24-hour price change tracking
- Price performance metrics
-
Interactive Charts
- TradingView chart integration
- Historical price data visualization
- Technical analysis tools
-
Market Insights
- Trending coins section
- "You May Also Like" recommendations
- Market sentiment analysis
-
Detailed Information
- Fundamental analysis
- Tokenomics breakdown
- Team information
- About section
-
Responsive Design
- Mobile-friendly interface
- Adaptive layout for all screen sizes
- Optimized user experience
- Frontend Framework: React.js
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Build Tool: Vite
- State Management: React Query
- Charts: TradingView Widget
-
CoinGecko API
- Price data
- Trending coins
- Market statistics
-
TradingView
- Interactive price charts
- Technical analysis tools
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone [https://github.com/Ankit389/crypto-graphical.git]- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn dev- Open your browser and visit
http://localhost:8080
- View detailed cryptocurrency information on the homepage
- Track real-time price changes
- Analyze price charts using TradingView integration
- Explore trending coins and recommendations
- Access fundamental and technical analysis tools
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- CoinGecko API for cryptocurrency data
- TradingView for chart integration
- shadcn/ui for UI components
- All contributors who have helped improve this project