CoinKick is an interactive frontend dashboard for crypto and soccer, featuring real-time charts and dynamic data visualization. Built with React, TailwindCSS, and Chart.js, CoinKick lets you track crypto trends and live soccer stats in one sleek interface.
- Real-time crypto prices and market trends
- Live soccer match scores and stats
- Interactive charts for data visualization
- Responsive and mobile-friendly design
- Multi-framework approach: React + Vite
- Frontend: React
- Styling: TailwindCSS
- Charts: Chart.js, react-chartjs-2
- Data fetching: Axios (REST APIs / WebSockets for real-time)
- Build & Dev: Vite
- Code Quality: ESLint
- Clone the repository:
git clone https://github.com/yourusername/coinkick.git
cd coinkick- Install dependencies:
bun install- Start the development server:
bun run dev- Open the app in your browser (usually at http://localhost:5173)
