Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blocklytics - Real-Time Crypto Analytics Dashboard

Blocklytics is a full-stack crypto analysis platform that provides real-time price comparison between multiple cryptocurrencies. It helps users identify the best coin to buy based on live data. A buy/sell functionality is planned for future updates to make this platform a complete crypto trade companion.

Project Structure


blocklytics/
├── client/   # Frontend - handles UI and data visualization

├── backend/   # Backend - handles data fetching, processing, and APIs

🚀 Features

  • 🔄 Real-time cryptocurrency price tracking
  • 📊 Live comparison between multiple coins
  • 🧠 Smart match suggestion (best coin to buy now)
  • 🔐 Planned: Buy/Sell functionality
  • 📡 Live dashboard (auto-refresh or WebSocket based)

🛠️ Tech Stack

Frontend (client):

  • React (or any other framework you used)
  • Chart.js / Recharts for graphs
  • Axios for API integration

Backend (server):

  • Node.js with Express
  • CoinGecko or CoinMarketCap API
  • Socket.IO or interval polling for live updates

🧪 Getting Started

1. Clone the repository

git clone https://github.com/Brahmagithubrit/Blocklytics
cd blocklytics

2. Start the backend server

cd backend
npm install
npm run dev

3. Start the frontend client

cd ../client
npm install
npm start

Visit: http://localhost:3000

🗺️ Roadmap

  • ✅ Live data comparison engine
  • ✅ Intelligent crypto match suggestion
  • 🔜 Wallet integration
  • 🔜 Buy/Sell functionality
  • 🔜 Authentication & user profiles
  • 🔜 Responsive UI + Dark mode

🤝 Contributing

Contributions are welcome. Open issues or submit pull requests to suggest features or report bugs.

📄 License

MIT License

👨‍💻 Author

Made with ❤️ by Brahma

LinkedIn

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages