A modern cryptocurrency analysis dashboard built with Next.js 13, offering real-time data visualization and market insights.
This application provides cryptocurrency market analysis with features including:
- Real-time price tracking
- Trading view charts integration
- Bitcoin tokenomics visualization
- Market sentiment analysis
- Performance metrics
- Team information
- Framework: Next.js 13 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Charts:
- Chart.js
- React ChartJS 2
- TradingView Widget
- UI Components: Custom components with Tailwind
- Node.js 16.8.0 or newer
- npm or yarn package manager
- Clone the repository:
git clone <repository-url>
cd <project-directory>
- Install the dependencies:
npm install
or
yarn install
- Start the development server:
npm run dev
or
yarn dev
- Open http://localhost:3000 in your browser to view the application.
- Fork the repository
- Clone the repository to your local device
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request