Create Your Command Center
Stop juggling browser tabs! Build a personal dashboard that brings together all your daily tools - AI assistants, email, student systems, and more - in one beautiful, organized place.
🎯 Learning Objectives
- Use AI to generate a complete dashboard HTML file
- Create quick-launch cards for all your daily tools
- Add a task checklist that saves in your browser
- Build a notes section that persists across sessions
- Customize colors, tools, and layout
🏗️ What We're Building
Your Dashboard Will Include:
- ✨ Quick-launch cards for ChatGPT, Claude, Gemini, Gamma, Pictory
- 📧 Direct links to email, calendar, and student systems
- ✅ Interactive task checklist (saves automatically)
- 📝 Quick notes area (persists in browser storage)
- 📅 Important dates reminder section
- 🔍 Search/filter functionality
- 🌙 Dark mode toggle
- 📱 Mobile-responsive design
📸 Your Dashboard Preview
Grid of colorful tool cards • Task list • Notes section
🚀 Step-by-Step Build Process
Prepare Your AI Prompt
Copy this entire prompt - it's designed to get you a complete, working dashboard:
Generate with AI
- Open your preferred AI tool (ChatGPT, Claude, or Gemini)
- Paste the prompt above
- Wait 30-60 seconds for generation
- Review the code - it should be a complete HTML file
Copy Code to VSCodium
- In AI's response, click the "Copy code" button (or select all text)
- Open VSCodium
- Navigate to your
dashboardfolder - Click on
index.html(or create it if needed) - Select all existing content (Ctrl+A)
- Paste the new code (Ctrl+V)
- Save (Ctrl+S)
Preview Your Dashboard
- Right-click
index.htmlin VSCodium Explorer - Select "Reveal in File Explorer"
- Double-click the file to open in your browser
- 🎉 Your dashboard should now be live!
Test All Features
- Click each tool card - links should open in new tabs
- Add a task to the checklist and check it off
- Type a note and refresh page - note should persist
- Try the dark mode toggle
- Test search/filter functionality
- Resize browser to test mobile responsiveness
Bookmark for Daily Use
- With dashboard open in browser, press Ctrl+D
- Name it "My Dashboard"
- Consider setting it as your browser homepage!
🎨 Customization Ideas
Add More Tools
Prompt: "Add these tool cards to my dashboard: [Tool Name] at [URL], [Another Tool] at [URL]"
Change Colors
Prompt: "Change the color scheme to purple and orange instead of teal and blue"
Add New Sections
Prompt: "Add a 'Frequently Used Documents' section with links to Google Docs"
Customize Layout
Prompt: "Make the tool cards display in 4 columns instead of 3"
Add Weather Widget
Prompt: "Add a weather widget that shows current conditions for [City]"
Student System Link
Replace the placeholder with your actual student information system URL
💡 Pro Tips for Your Dashboard
- Set as Homepage: Make this your browser's start page
- Pin Important Tools: Reorder cards to put most-used tools first
- Use Tasks Daily: Start each morning by reviewing your checklist
- Backup Your File: Copy index.html to cloud storage periodically
- Share with Team: Send the file to colleagues who might benefit
- Mobile Bookmark: Add to phone home screen for mobile access
🔧 Quick Edits Without AI
Update a Tool URL:
- Press Ctrl+F in VSCodium
- Search for the tool name (e.g., "ChatGPT")
- Find the URL in the code
- Replace with new URL
- Save and refresh browser
Change Dashboard Title:
- Find the
<h1>tag near the top - Change text between tags
- Save and refresh
Add Your Name:
- Search for "Welcome" or similar greeting
- Edit the text
- Save and refresh
- Links don't work: Check URLs have https:// prefix
- Tasks don't save: Ensure localStorage isn't blocked in browser
- Layout looks broken: Make sure you copied ALL the code
- Dark mode doesn't work: Check JavaScript console for errors
✅ Topic Completion Checklist
- ✓ Generated dashboard HTML with AI
- ✓ Copied code to VSCodium successfully
- ✓ Dashboard opens and displays correctly in browser
- ✓ All tool links work and open in new tabs
- ✓ Task checklist adds, completes, and persists tasks
- ✓ Notes section saves automatically
- ✓ Dark mode toggle functions properly
- ✓ Dashboard bookmarked for easy access
- ✓ Made at least one customization
🚀 Challenge: Advanced Customizations
Ready to level up? Try these advanced modifications:
- Add a Pomodoro timer for time management
- Include a motivational quote that changes daily
- Add keyboard shortcuts to open specific tools
- Create tabs to organize tools by category
- Add a "Recently Used" section that tracks clicks
Ask AI: "Add a [feature] to my dashboard" and paste your current code.
🎓 What You've Learned
- How to use AI as a coding assistant for complete projects
- localStorage for persistent data in browsers
- Card-based UI design patterns
- Dark mode implementation
- Responsive grid layouts
- Event handling with JavaScript
You now have a powerful, personalized productivity tool that saves you time every day!