Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

A community-led knowledge base for University of Pittsburgh Computer Science students. This platform centralizes essential resources for navigating academics, securing internships, and mastering technical skills to help students succeed throughout their undergraduate careers.

Notifications You must be signed in to change notification settings

pittcsc/pittcswiki-next-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitt Computer Science Wiki

A modern, community-driven knowledge platform for University of Pittsburgh Computer Science students. This resource provides comprehensive guides on academics, careers, technical skills, and student life.

Live Website | Report Issues | Contributing Guide

About

The Pitt CS Wiki is a comprehensive resource with 57+ guides covering:

  • Academics: Majors, minors, course planning, and degree requirements
  • Career Development: Internship strategies, resume tips, and interview prep
  • Technical Skills: Getting started with programming languages, frameworks, and tools
  • Student Life: Academic integrity, graduate school applications, and networking

Rebuilt from the ground up with modern tools for better maintainability, performance, and user experience.

Tech Stack

Getting Started

Prerequisites

  • Node.js 20+ (see .nvmrc)
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/pittcsc/pittcswiki-next.git
cd pittcswiki-next

# Install dependencies
npm install

# Start development server
npm run dev

Open http://localhost:3000 to view the site.

Available Scripts

npm run dev              # Start development server
npm run build            # Build for production
npm start                # Start production server
npm run lint             # Run ESLint
npm run format           # Check code formatting
npm run format:fix       # Auto-format code with Prettier
npm run generate-metadata # Generate guide metadata

Project Structure

src/
├── app/          # Next.js 13+ App Router
├── components/   # React components
├── data/         # Content guides and course data
├── context/      # React context (theme, etc.)
├── hooks/        # Custom React hooks
├── enums/        # TypeScript enums
└── public/       # Static assets

Guides are stored as Markdown in data/guides/ and organized by category:

  • data/guides/academics/ - Academic planning guides
  • data/guides/career/ - Career development resources
  • data/guides/skills/ - Technical skill guides

Contributing

We welcome contributions! Whether you're adding new guides, fixing bugs, or improving the site:

  1. Check the Contributing Guide for detailed instructions
  2. For new guides: Add markdown files to data/guides/ with YAML frontmatter
  3. For code changes: Follow our formatting standards (ESLint + Prettier)
  4. Submit a PR with a clear description of your changes

Code Quality

All code must pass:

npm run lint    # ESLint validation
npm run format  # Prettier formatting
npm run build   # Production build

Features

  • 📚 57+ Comprehensive Guides organized by category
  • 🌙 Dark Mode Support with user preference persistence
  • 📱 Responsive Design optimized for mobile and desktop
  • 🔍 Search Functionality across all guides
  • 📖 Auto-generated Table of Contents for every guide
  • 📥 PDF Export for offline reading
  • 👥 Git-based Author Attribution from commit history
  • 📊 Interactive Course Explorer with degree requirements
  • 🔗 Edit on GitHub links for easy contributions
  • 📈 Reading Time Estimates and word counts

Deployment

The site is automatically deployed to Netlify when changes are pushed to the main branch. The CI/CD pipeline runs on every commit to ensure code quality.

License

This project is open source and available under the MIT License.

Contact & Support

About

A community-led knowledge base for University of Pittsburgh Computer Science students. This platform centralizes essential resources for navigating academics, securing internships, and mastering technical skills to help students succeed throughout their undergraduate careers.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.4%
  • CSS 10.5%
  • JavaScript 5.0%
  • HTML 4.7%
  • MDX 1.8%
  • SCSS 0.6%