Skip to content

Latest commit

Β 

History

History
35 lines (26 loc) Β· 1.05 KB

File metadata and controls

35 lines (26 loc) Β· 1.05 KB

Pre-Deployment Checklist βœ…

Files Ready for GitHub Pages

Core Files

  • index.html - Main homepage
  • .nojekyll - Tells GitHub Pages to serve static files
  • .gitignore - Excludes unnecessary files (.DS_Store, etc.)
  • README.md - Project documentation
  • DEPLOYMENT.md - Deployment instructions

Sorting Visualizations

  • sorting/selection_sort.html
  • sorting/bubble_sort.html
  • sorting/insertion_sort.html

Data Structure Visualizations

  • data-structures/binary_search_tree.html

Configuration Verified

  • All back links point to ../index.html
  • All module cards link correctly
  • Personal information updated (LinkedIn, GitHub)
  • Meta tags configured (SEO, Open Graph)
  • Accessibility features added (ARIA labels, keyboard nav)
  • Mobile responsive design
  • No broken links

Ready to Deploy! πŸš€

Your site is ready for GitHub Pages. Follow the steps in DEPLOYMENT.md to go live!

Your site URL will be:
https://nbeaulieu.github.io/unr-cs302-data-structures/