Product Architecture

Technology Stack

Frontend Technologies

β”œβ”€β”€ HTML5           # Semantic markup
β”œβ”€β”€ CSS3            # Modern styling (Grid, Flexbox, animations)
β”œβ”€β”€ JavaScript ES6+ # Interactive functionality and animations
β”œβ”€β”€ Chart.js        # Data visualization
β”œβ”€β”€ Font Awesome    # Icon library
└── Google Fonts    # Inter font family

Design System

  • Primary Colors: Dark theme (#0a0a0f)

  • Accent Colors: Cyan (#00D9C0), Blue (#0088CC)

  • Visual Effects: Glassmorphism, gradients, smooth animations

  • Responsive Breakpoints:

    • Large screens (β‰₯1024px): 3-column layout

    • Tablet (768-1023px): 2-column layout

    • Mobile (480-767px): 1-column layout

    • Small screens (<480px): Optimized spacing

Project Structure

Last updated