codex-lv2-may-2025

Navigation

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Current Level: 13 | 14


Step 13: Test Your Website 🧪

🎯 Objective

Thoroughly test your emoji encoding website to ensure all functionality works correctly and the user experience is smooth.


📋 Task Requirements

Who: ALL team members


🔍 Step-by-Step Instructions

  1. Test All Navigation Links
    • Open your website in a web browser
    • Click on every link to ensure they work
    • Test navigation between all pages
    • Verify that “back to main page” links work
  2. Test Encoding Systems
    • Try encoding messages using both systems
    • Test decoding the messages to verify accuracy
    • Make sure the ASCII table is complete and correct
    • Verify the custom emoji alphabet works properly
  3. Test Individual Pages
    • Visit each team member’s individual page
    • Try to decode their personal messages
    • Check that all individual pages are accessible
    • Verify that hints are helpful for decoding
  4. Test Responsive Design
    • Resize your browser window to test mobile view
    • Check that the website looks good on different screen sizes
    • Ensure text is readable and navigation is usable
  5. Cross-Browser Testing
    • Test in different browsers if possible (Chrome, Firefox, Safari)
    • Make sure the website works consistently across browsers

✅ Success Criteria


💡 Tips


🚀 Ready for Next Step?

Once testing is complete and all issues are resolved, you’re ready for Step 14: Final Documentation.


💾 Git Workflow Reminder

After completing this step:

git add .
git commit -m "Complete website testing and fix any issues"
git push