Skip to content

PriyanshShrivastava/BlockWatch

Repository files navigation

Blockwatch

A Crypto watch project tracks cryptocurrency performance in real-time with comprehensive charts, analysis, and SEO-friendly content for easy use and accessibility for investors

Features

  1. Get list of trending coins.
  2. Get change percentage and comprehensive table.
  3. Coin Detail percentage
  4. Charts for any specific coin.
  5. Full responsive with Dark mode.

Screenshots

Desktop version: Kool kicks Desktop View

Full view

Coin Page View:

Coin detail

Smartphone view:

Smartphone Smartphone View

Tech Stack : MERN

Technology and Packages used:

Front end:

  • React.js - A component based js library to build UI.
  • React Router - For creating internal routes ( obviously)
  • React hooks - State management , navigation and orchestration.
  • Material UI and Tailwind for styling.
  • React chart package for charts

Hosting:

  • Vercel

Installation

Install Blockwatch with npm

  git clone 'git remote add origin https://github.com/PriyanshShrivastava/BlockWatch.git'
  cd BlockWatch
  npm install
  npm run dev  (assuming you have vite already installed)

To build for production

npm run build 

To previw the build

npm run preview 

Documentation

Vite Documentation

React Documentation

Authors