✅ Before We Start
Install VSCodium: Free, open-source code editor
- Download from:
vscodium.com - Install with default settings
- Have your AI tool ready (ChatGPT, Claude, or Gemini)
Why VSCodium? It's like Microsoft Word but for code - you can see your work clearly, organize files, and make quick edits.
Getting Comfortable with VSCodium
30 minutes🚀 Quick Start Guide
- Open VSCodium
- Click "File" → "Open Folder"
- Create a new folder on Desktop called "CoordinatorTools"
- Select it and click "Open"
- Right-click in the Explorer panel (left side)
- Select "New Folder" → name it "dashboard"
- Right-click on "dashboard" folder
- Select "New File" → name it "index.html"
Build Your Program Coordinator Portal
60 minutesProject: All-in-One Dashboard with Quick Links Easy
What we'll build: A personal dashboard with all your daily tools in one place - AI assistants, email, Gamma, Pictory, and any other tools you use regularly.
Copy this prompt and paste it into your preferred AI tool:
- Copy ALL the code from AI's response
- Go to VSCodium
- Click in the index.html file you created
- Paste the code (Ctrl+V)
- Save the file (Ctrl+S)
- In VSCodium, right-click on index.html
- Select "Reveal in File Explorer" (Windows) or "Reveal in Finder" (Mac)
- Double-click the index.html file to open in browser
- Bookmark this page for daily use!
What You Should See
- A grid of colorful cards for each tool
- Working links to all your daily applications
- A tasks list you can check off
- A notes area that saves what you type
- Everything works offline once created!
Customizing Your Dashboard Easy
Want to add more tools? Ask AI to help:
Automated Weekly Report Generator
45 minutesProject: Smart Report Template Medium
What we'll build: An HTML form that generates formatted weekly reports you can copy into emails.
- In VSCodium, create a new folder called "reports"
- Inside "reports", create file "weekly-generator.html"
- Open weekly-generator.html in browser
- Fill in sample data
- Click "Generate Report"
- Copy the formatted report
- Paste into your email client
Create a Student Resource Hub
45 minutesProject: Interactive Student Portal Medium
What we'll build: A searchable, organized resource page for students with FAQs, links, and important dates.
- Create folder "student-resources"
- Create file "resources.html" inside it
Connecting Everything Together
30 minutesCreate Your Master Navigation
Let's link all your projects together:
Ask AI to modify your dashboard code:
Final Checklist - Your Digital Workspace:
- Dashboard with all your daily tools
- Weekly report generator
- Student resource hub
- All files organized in VSCodium
- Everything works offline
- Bookmarks saved for quick access
Bonus Enhancements
Choose one enhancement to try:
📚 Take-Home Resources
VSCodium Shortcuts to Remember:
- Ctrl+S - Save file
- Ctrl+F - Find text
- Ctrl+H - Find and replace
- Ctrl+/ - Comment/uncomment code
- Alt+Z - Toggle word wrap
AI Prompts for Future Projects:
- "Add a countdown timer to my page for [event]"
- "Create a grade calculator tool in HTML"
- "Build an attendance tracker with charts"
- "Make an interactive campus map"
- "Generate an event RSVP form"
Next Session Preview: We'll deploy everything online and create advanced automations!