C
Docs

Working with Projects

Learn how to create, manage, and organize projects in C3.

Creating Projects

Projects in C3 map to directories on your development machine. Each project gets its own sessions and settings.

  1. Tap the "+" button on the Projects screen
  2. Enter a friendly name for your project
  3. Enter the full path to your project directory
  4. Optionally add a description
  5. Tap "Create"

Path Format

Use absolute paths like /Users/you/projects/myapp (macOS/Linux) or C:\Users\you\projects\myapp (Windows).

Project Organization

Tips for organizing your projects:

  • Use descriptive names: "Web App" is better than "project1"
  • Add descriptions: Note what you're working on
  • One project per repo: Keep projects aligned with Git repos
  • Archive old projects: Delete projects you're not using

Switching Projects

Switch between projects by tapping on them in the Projects list. Each project maintains its own:

  • Active sessions and history
  • Permission settings
  • Recent files accessed