What is a Sandbox?
What is a Sandbox?
A sandbox is a way to play around with the code and get familiar with the codebase before building your own app. We have a handful of sandboxes for you to choose from. The sandboxes correspond to the end-to-end tutorials that we walk you through in the course.
Prerequisites
You will need to have Git, Cursor (or an alternative AI-based IDE), and Node installed on your machine. You can find the installation instructions on the Getting Started page here.
Sandbox Structure
Each of the sandboxes will have the same structure. In particular, they will contain:
- Description of the application.
- How to download the application to your computer.
- Practice problems for each project (small tasks that you can try out with Cursor to help you get familiar with the codebase and what Cursor can do).