1.1 KiB
1.1 KiB
SPORE UI Frontend
This directory contains the frontend files for the SPORE UI application.
File Structure
index.html- Main HTML page with minimal markupstyles.css- All CSS styles and animationsscript.js- All JavaScript functionality and API interactions
Features
- Responsive Design: Works on all screen sizes
- Modern UI: Glassmorphism design with smooth animations
- Interactive Cards: Clickable cluster member cards
- Real-time Data: Auto-refreshes every 30 seconds
- Expandable Details: Click cards to see detailed node information
How It Works
- HTML Structure: Clean, semantic markup
- CSS Styling: Modern design with CSS Grid and Flexbox
- JavaScript Logic: API client, event handling, and DOM manipulation
Browser Support
- Modern browsers with ES6+ support
- CSS Grid and Flexbox support required
- Fetch API support required
Development
To modify the UI:
- Layout: Edit
index.html - Styling: Edit
styles.css - Functionality: Edit
script.js
All files are automatically served by the Express backend.