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.
- Tap the "+" button on the Projects screen
- Enter a friendly name for your project
- Enter the full path to your project directory
- Optionally add a description
- 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