A modern, feature-rich Destiny 2 inventory management application with real-time team coordination capabilities.
- Real-time Inventory Management - View and manage your Destiny 2 character inventories
- Multi-Platform Support - Works with Steam, PlayStation, Xbox, and Stadia accounts
- Team Coordination - Fireteam view for real-time team status and coordination
- Advanced Search - Powerful search functionality with auto-complete suggestions
- OAuth Integration - Secure authentication with Bungie.net
- Responsive Design - Optimized for desktop, tablet, and mobile devices
- Theme Customization - Multiple color themes with real-time switching
- Smooth Animations - Polished loading screens and transition effects
- Intuitive Gestures - Pull-to-refresh and scroll-based navigation
- Accessibility - Keyboard navigation and screen reader support
- 13 Languages - English, German, Spanish, French, Italian, Japanese, Korean, Polish, Portuguese (Brazil), Russian, Chinese (Simplified), Chinese (Traditional), Spanish (Mexico)
- Dynamic Translation - Real-time language switching with persistent settings
- Manifest Integration - Category headlines and item descriptions automatically translated from Bungie manifest
- IndexedDB Storage - Offline-capable with persistent data storage
- Smart Caching - Manifest and player data cached for optimal performance
- Progressive Loading - Efficient data loading with visual feedback
- Memory Management - Optimized for large inventories and multiple players
- Modern web browser (Chrome, Firefox, Safari, Edge)
- Local web server (XAMPP, Apache, or similar)
- Bungie.net account for OAuth authentication
-
Clone the repository
git clone https://github.com/knightofdemons/Destiny-2-TeamInventory.git cd Destiny-2-TeamInventory -
Set up local server
# Using XAMPP (recommended) # Copy Dev folder to C:\xampp\htdocs\destiny2-inventory\ # Or using Python cd Dev python -m http.server 8000
-
Access the application
http://localhost/destiny2-inventory/ # or http://localhost:8000/
-
Configure Settings
- Choose your preferred language and theme
- Adjust icon size and display preferences
- Settings are automatically saved to local storage
-
Authenticate with Bungie
- Click the login button in the settings menu
- Complete OAuth authentication with your Bungie.net account
- OAuth tokens are securely stored locally
-
Add Players
- Use the search bar to find players by name
- Or manually add players using the sidebar buttons
- Player data is cached for quick access
- Type a player's name in the search bar
- Auto-complete suggestions will appear
- Select a player to load their inventory
- Character Selection - Switch between characters using the sidebar
- Category Filtering - Filter items by type (weapons, armor, etc.)
- Item Details - Click items to view detailed information
- Sorting - Items are automatically sorted by rarity and power level
- Access - Scroll up persistently to enter fireteam view
- Team Status - View real-time team information
- Exit - Scroll down to return to main view
- Visual Indicators - Glowing arrows guide navigation
- Language - Switch between 13 supported languages
- Theme - Choose from multiple color schemes
- Icon Size - Adjust inventory item display size
- Data Management - Clear cached data when needed
- HTML5 - Semantic markup with modern features
- CSS3 - Advanced styling with CSS Grid, Flexbox, and custom properties
- JavaScript (ES6+) - Modern JavaScript with async/await patterns
- IndexedDB - Client-side database for offline functionality
- Bungie API v2.0 - Official Destiny 2 API
- OAuth 2.0 - Secure authentication flow
- RESTful Endpoints - Player profiles, inventories, and manifest data
- Rate Limiting - Respectful API usage with caching
- Manifest System - Dynamic loading of game definitions
- Player Caching - Efficient storage and retrieval of player data
- Settings Persistence - User preferences saved locally
- Offline Support - Works with cached data when offline
The application supports 13 languages with comprehensive localization:
| Language | Code | Status |
|---|---|---|
| English | en |
✅ Complete |
| German | de |
✅ Complete |
| Spanish | es |
✅ Complete |
| Spanish (Mexico) | es-mx |
✅ Complete |
| French | fr |
✅ Complete |
| Italian | it |
✅ Complete |
| Japanese | ja |
✅ Complete |
| Korean | ko |
✅ Complete |
| Polish | pl |
✅ Complete |
| Portuguese (Brazil) | pt-br |
✅ Complete |
| Russian | ru |
✅ Complete |
| Chinese (Simplified) | zh-chs |
✅ Complete |
| Chinese (Traditional) | zh-cht |
✅ Complete |
- Dynamic Language Switching - Change language without page reload
- Manifest Integration - Game content automatically translated
- Persistent Settings - Language preference saved locally
- Complete Coverage - All UI elements and game content translated
- Default - Classic Destiny 2 color scheme
- Dark - Dark mode for reduced eye strain
- Light - Clean, minimal design
- Custom - User-defined color schemes
- Real-time Switching - Instant theme changes
- Persistent Storage - Theme preference saved
- CSS Custom Properties - Efficient theme implementation
- Accessibility - High contrast options available
Destiny-2-TeamInventory/
├── Dev/ # Development version
│ ├── index.html # Main application file
│ ├── css/ # Stylesheets
│ │ ├── main.css # Core styles
│ │ ├── sidebar.css # Sidebar components
│ │ ├── viewSections.css # View layouts
│ │ └── loginFrame.css # Login interface
│ ├── js/ # JavaScript modules
│ │ ├── main.js # Core application logic
│ │ ├── functions.js # Utility functions
│ │ ├── indexdb.js # Database operations
│ │ ├── oauth.js # Authentication
│ │ └── loadingManager.js # Loading states
│ └── css/images/ # Assets and icons
├── Release/ # Production version
└── setup-local.md # Development documentation
- Event handling and UI interactions
- Translation system management
- Gesture recognition and navigation
- Settings and theme management
- API communication with Bungie
- Player data processing
- Manifest handling and caching
- HTML generation for inventory display
- IndexedDB wrapper functions
- Data persistence and retrieval
- Cache management and cleanup
- Settings storage
- OAuth 2.0 flow implementation
- Token management and storage
- Secure API authentication
- Session handling
We welcome contributions from the Destiny 2 community! Here's how you can help:
- Use the GitHub Issues page
- Include detailed steps to reproduce the problem
- Provide browser and system information
- Attach screenshots if relevant
- Submit feature requests through GitHub Issues
- Describe the desired functionality clearly
- Consider the impact on existing features
- Discuss implementation approach
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes with proper documentation
- Test thoroughly across different browsers
- Submit a pull request with detailed description
- Help improve existing translations
- Add support for new languages
- Review and validate translation accuracy
- Maintain consistency with game terminology
This project is licensed under the MIT License - see the LICENSE file for details.
- Bungie.net - Destiny 2 API and game content
- Boxicons - Icon library for UI elements
- Flag Icons - Country flags for language selection
- DIM, D2Checklist, DestinyTracker - Inspiration and reference
- quaithemerald - Project lead and core development
- knighToFdemonS - UI/UX design and feature implementation
- Destiny 2 Community - Testing, feedback, and feature suggestions
- Bungie.net - Providing the comprehensive Destiny 2 API
- Open Source Contributors - Libraries and tools that make this possible
- DIM (Destiny Item Manager) - Inventory management concepts
- D2Checklist - Data organization and presentation
- DestinyTracker - Player statistics and tracking
- GitHub Issues - For bug reports and feature requests
- Discussions - For general questions and community chat
- Wiki - For detailed documentation and guides
- GitHub Repository - knightofdemons/Destiny-2-TeamInventory
- Bungie Profile - quaithemerald
- Reddit - r/DestinyTheGame
- Releases - Check GitHub releases for latest updates
- Changelog - Track feature additions and bug fixes
- Roadmap - See planned features and improvements
- Real-time Team Updates - Live fireteam status synchronization
- Advanced Filtering - More granular item filtering options
- Export Functionality - Export inventory data to various formats
- Mobile App - Native mobile application development
- API Rate Optimization - Improved caching and request efficiency
- Cross-platform Sync - Synchronize data across devices
- Community Features - Player groups and sharing
- Analytics Dashboard - Player statistics and trends
- Plugin System - Extensible architecture for custom features