Project Overview
Critso is a Bootstrap-based cryptocurrency trading dashboard static template, featuring complete pages including dashboard homepage, wallet management, transaction records, account settings, login, and registration. It is ideal for quickly building UI prototypes for cryptocurrency trading platforms or wallet management systems.
Tech Stack
- Bootstrap 5
- jQuery
- ApexCharts (chart visualization)
- SCSS (style preprocessing)
- Icomoon (icon font)
Project Structure
critso/
index.html # Dashboard homepage
account.html # Account page
my-wallet.html # My wallet
transaction.html # Transaction records
exchange.html # Exchange
crypto.html # Cryptocurrency details
settings.html # Settings page
notifications.html # Notification center
message.html # Messages page
sign-in.html # Login
sign-up.html # Registration
css/
bootstrap.css # Bootstrap core styles
styles.css # Custom styles
animation.css # Animation styles
scss/ # SCSS source files
js/
main.js # Core interaction logic
theme-settings.js # Theme configuration
icon/ # Icomoon icon font
Core File Description
index.html— Dashboard homepage, includes sidebar navigation, statistics cards, and trading chartscss/styles.css— Main business styles, defines dark theme and component layoutscss/abstracts/_variable.scss— SCSS variable definitions, includes color system and font configurationjs/main.js— jQuery interaction logic, implements sidebar collapse, password visibility toggle, counter animation, etc.icon/style.css— Icomoon icon font class definitions (Bitcoin, Ethereum, and other crypto icons)
Quick Start
Simply open critso/index.html in your browser to preview all pages — no dependencies required.
Usage Suggestions
Can be used directly as a frontend UI framework for cryptocurrency exchanges or Web3 applications. The template includes dark theme configuration and full responsive layout. It is recommended to integrate with backend APIs for data connectivity.
