Course: Introduction to Claude Code (Day 3 of 5) Time to complete: 30-45 minutes What you'll achieve: A working mobile app running on your phone, built entirely through natural language prompts


What We're Building

Today you'll create a simple task manager mobile app with:

You'll be able to run this on your actual phone using Expo Go.


Prerequisites


Step 1: Create Your Project Folder

Open your terminal and run:

bash

mkdir my-mobile-app cd my-mobile-app