# Build Entire Pages

Follow this guide to build entire pages, with multiple components. We will build this page in this guide.

App.tsx
App.tsx

# Build Individual Componets

Follow the quick start guide to build individual components.

TitleComponent.tsx

TitleComponent.tsx
TitleComponent.tsx

VideoComponent.tsx

VideoComponent.tsx
VideoComponent.tsx

# Create Layout

Create and open a file for the page (App.tsx). Add imports for the components you want to use

App.tsx
App.tsx

Click Edit file using CodeParrot at the top of the file. This will open CodeParrot panel. CodeParrot will now edit this component, instead of creating one from scratch. You can see Editing filename in chat window.

Editing File
Editing File

# Reuse Imports

All component imports are included in CodeParrot context. You can confirm that through Import included in CodeParrot

App.tsx
App.tsx

CodeParrot will now re-use and edit imported components to match the design.

# Add Figma File

Now add the link to figma component for the layout as before. CodeParrot will reuse imported components to build this layout.

App.tsx
App.tsx