https://github.com/inoles/coinkick
Interactive dashboard for crypto & soccer with charts and real-time data
https://github.com/inoles/coinkick
bun chart crypto dashboard reactjs realtime soccer tailwindcss
Last synced: about 2 months ago
JSON representation
Interactive dashboard for crypto & soccer with charts and real-time data
- Host: GitHub
- URL: https://github.com/inoles/coinkick
- Owner: iNoles
- License: gpl-3.0
- Created: 2025-08-15T03:25:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T00:31:59.000Z (9 months ago)
- Last Synced: 2025-10-04T02:41:49.749Z (9 months ago)
- Topics: bun, chart, crypto, dashboard, reactjs, realtime, soccer, tailwindcss
- Language: JavaScript
- Homepage: https://inoles.github.io/coinkick/
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoinKick
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.
## Features
- 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
## Tech Stack
- 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
## Screenshot

## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/yourusername/coinkick.git
cd coinkick
```
2. Install dependencies:
```bash
bun install
```
3. Start the development server:
```bash
bun run dev
```
4. Open the app in your browser (usually at http://localhost:5173)