Trade cryptocurrencies with real-time market data and connect with a vibrant community of traders and enthusiasts.
Preview our pages and access documentation
Explore our comprehensive cryptocurrency trading platform
Explore our comprehensive crypto trading platform
Crytio is a modern cryptocurrency trading platform with live market data. Built with React.js and Tailwind CSS, it provides real-time trading insights, community discussions, and powerful trading tools.
Real-time cryptocurrency price updates and market trends
Advanced trading tools and analytics for cryptocurrency traders
Connect with traders, share insights, and discuss market trends
main-file/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── ui/
│ ├── context/
│ ├── layout/
│ ├── hooks/
│ ├── pages/
│ ├── router/
│ ├── utils/
│ ├── App.jsx
│ ├── index.css
│ ├── index.js
│ └── main.jsx
├── CHANGELOG.md
├── README.md
├── package.json
├── package-lock.json
├── tailwind.config.js
└── vite.config.js
Stores static assets like images.
Contains all reusable React components, organized by feature or type.
Holds React Context API providers for global state management.
Contains main layout components (e.g., Navbar, Footer, Sidebars).
Contains top-level page components, each corresponding to a specific route or view.
Defines application routes and navigation logic.
Version | Date | Changes |
---|---|---|
1.0.0 | 02-09-2025 |
|
npm install
npm run dev
Here are the key dependencies and their versions used in this project:
Package | Version | Description |
---|---|---|
axios |
^1.11.0 | Promise based HTTP client for the browser and node.js |
framer-motion |
^12.23.12 | Animation library for React |
react |
^19.1.0 | Core React library for building user interfaces |
react-dom |
^19.1.0 | React DOM rendering for web applications |
react-router-dom |
^7.7.1 | Routing library for React applications |
tailwindcss |
^3.4.17 | Utility-first CSS framework |
vite |
^7.0.4 | Next generation frontend tooling |
src/components/
- Contains all React
components
src/components/animtebg/
-
Background animation components
src/components/home/
- Home page
components
src/pages/Home.jsx
- Main landing
page
src/pages/Login.jsx
- User login
page
src/pages/Registration.jsx
- User
registration page
Theme colors and styles are defined in your
tailwind.config.js
file within the theme.extend
object.
tailwind.config.js
:// tailwind.config.js
export default {
// ...
theme: {
extend: {
colors: {
// Base Colors
primary: '#1A56DB', // Primary brand color
secondary: '#7E3AF2', // Secondary brand color
accent: '#FFC107', // Accent color for highlights
// Text Colors
textPrimary: '#FFFFFF', // Primary text color
textSecondary: '#94A3B8', // Secondary text color
textMuted: '#64748B', // Muted text for less emphasis
// Background Colors
bgDark: '#0F172A', // Main dark background
bgDarker: '#0B1120', // Darker background for contrast
bgLight: '#1E293B', // Lighter background for cards
bgHighlight: '#334155', // Highlighted background areas
// UI Element Colors
border: 'rgba(255,255,255,0.1)', // Border color
borderActive: 'rgba(255,255,255,0.2)', // Active border color
hover: 'rgba(255,255,255,0.05)', // Hover state background
// Functional Colors
success: '#10B981', // Success messages
error: '#EF4444', // Error messages
warning: '#F59E0B', // Warning messages
info: '#3B82F6', // Information messages
},
}
},
// ...
};
The "Oswald" font is defined in the
tailwind.config.js
file and applied globally. Font sizes and weights are
customized for better typography.
tailwind.config.js
)// tailwind.config.js
theme: {
extend: {
fontFamily: {
oswald: ['Oswald', 'sans-serif'],
},
}
}
We offer 6 months of support for any questions or issues you may encounter.
Discover the powerful technologies and tools that make our platform exceptional
Dynamic UI Library
Utility First Framework
Smooth Animations
Web Structure
Modern Styling
Mobile Friendly
Web Typography
Vector Graphics
Clean Aesthetics
Flexible Components
Optimized Structure
Clear Guides
Always Available