English | 中文
🌐 Official Website: https://www.cs61bbeyond.com/ | 中文版
CS61B & Beyond is a modern, beautifully designed computer science learning platform built upon the excellent open-source project cs-self-learning by pkuflyingpig. This platform transforms comprehensive CS educational resources into an engaging, user-friendly web experience with enhanced features and optimizations.
- 130+ Courses: Comprehensive coverage across 26+ CS categories
- Top Universities: Curated content from MIT, Stanford, Berkeley, CMU, Princeton, and more
- Bilingual Support: Full Chinese and English language support
- Structured Learning: Organized by categories and skill levels
- Responsive Design: Seamless experience across all devices
- Beautiful Interface: Clean, modern design with smooth animations
- Dark/Light Mode: Comfortable viewing in any environment
- Interactive Components: Engaging user interactions and micro-animations
- Smart Search: Real-time search across all course content
- Intuitive Navigation: Easy browsing by category, university, or difficulty
- Learning Paths: Guided learning journeys for beginners
- Course Metadata: Detailed information including duration, difficulty, and programming languages
- Next.js 15: Cutting-edge React framework with App Router
- TypeScript: Type-safe development for better code quality
- Tailwind CSS 4: Utility-first CSS framework for rapid styling
- MDX Support: Enhanced markdown with React components
- Optimized Performance: Fast loading and smooth interactions
Built with modern web technologies for optimal performance and maintainability:
- Frontend: Next.js 15 with App Router and TypeScript
- Styling: Tailwind CSS 4 with custom design system
- Content: MDX for rich documentation with React components
- Internationalization: Built-in i18n support for multiple languages
- Search: Custom search implementation with real-time indexing
- 📖 266+ Course Documents: Comprehensive learning materials
- 🎯 26 Categories: From programming basics to advanced topics
- 🌍 26 Universities: Top-tier institutions worldwide
- 🗣️ 2 Languages: Complete Chinese and English support
- 🎓 130+ English Courses: Optimized for English learners
- 🎓 128+ Chinese Courses: Native language content
This project would not be possible without the incredible work of pkuflyingpig and the cs-self-learning community. Their dedication to creating comprehensive, high-quality CS educational resources has been invaluable.
Special thanks to:
- pkuflyingpig for the original curated content and vision
- All contributors to the cs-self-learning repository
- The open-source community for the amazing tools and libraries
# Clone the repository
git clone https://github.com/moutsea/cs-open-courses.git
cd cs-courses
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildThis project is licensed under the MIT License - see the LICENSE file for details.
CS61B & Beyond 是一个现代化、设计精美的计算机科学学习平台,基于 pkuflyingpig 创建的优秀开源项目 cs-self-learning 构建。本平台将全面的 CS 教育资源转变为引人入胜、用户友好的网络体验,并提供了增强功能和优化。
- 130+ 门课程:涵盖 26+ 个 CS 类别的全面内容
- 顶尖大学:来自 MIT、斯坦福、伯克利、CMU、普林斯顿等名校的精选内容
- 双语支持:完整的中英文语言支持
- 结构化学习:按类别和技能水平组织
- 响应式设计:在所有设备上无缝体验
- 精美界面:简洁现代的设计,流畅的动画效果
- 深色/浅色模式:在任何环境下都能舒适浏览
- 交互组件:引人入胜的用户交互和微动画
- 智能搜索:跨所有课程内容的实时搜索
- 直观导航:按类别、大学或难度轻松浏览
- 学习路径:为初学者提供指导性学习旅程
- 课程元数据:包含时长、难度和编程语言的详细信息
- Next.js 15:采用 App Router 的前沿 React 框架
- TypeScript:类型安全开发,提升代码质量
- Tailwind CSS 4:实用优先的 CSS 框架,快速样式开发
- MDX 支持:支持 React 组件的增强 Markdown
- 性能优化:快速加载和流畅交互
采用现代 Web 技术构建,确保最佳性能和可维护性:
- 前端:Next.js 15 with App Router 和 TypeScript
- 样式:Tailwind CSS 4 with 自定义设计系统
- 内容:MDX for 富文本文档支持 React 组件
- 国际化:内置 i18n 支持多语言
- 搜索:自定义搜索实现,支持实时索引
- 📖 266+ 课程文档:全面的学习材料
- 🎯 26 个类别:从编程基础到高级主题
- 🌍 26 所大学:世界顶尖院校
- 🗣️ 2 种语言:完整的中英文支持
- 🎓 130+ 英文课程:为英语学习者优化
- 🎓 128+ 中文课程:母语内容
本项目离不开 pkuflyingpig 和 cs-self-learning 社区的卓越工作。他们对创建全面、高质量的 CS 教育资源的奉献精神是无价的。
特别感谢:
- pkuflyingpig 提供原始精选内容和愿景
- cs-self-learning 仓库的所有贡献者
- 开源社区提供的出色工具和库
# 克隆仓库
git clone https://github.com/moutsea/cs-open-courses.git
cd cs-courses
# 安装依赖
npm install
# 启动开发服务器
npm run dev
# 构建生产版本
npm run build本项目采用 MIT 许可证 - 详情请参见 LICENSE 文件。
🌐 Official Website:
Built with ❤️ by the CS61B & Beyond team
Inspired by the amazing work of pkuflyingpig and the cs-self-learning community