Personal Projects
How to create personal projects, work on your own code, and share with a demo link
Go to your projects
Create a new project
A "New Project" dialog box has opened where you can name your project and select your programming language. The title field is currently filled with "Untitled" and the language dropdown is set to "Node.js" - you should change both of these to match your specific project needs before clicking "Create & Open."
Set up your project
Open the project editor
You'll see the main CodeDesk project editor interface with a dark theme and several key areas: a file browser on the left, the main code editing area in the center, and tabs at the bottom for viewing output (Stdin, Sensor Data), uploading files (Input Files), and checking results (Console). The editor is set to Python mode and shows "Saved" status, indicating your project is ready for coding.
Your project on the dashboard