EXPLORUSH
frontend~4 Hours9 Missions

Build Your First Portfolio

Transform from 'I don't know where to start' to 'I built and deployed this myself'. Learn by actually configuring your dev environment, generating code, customizing components, adding features, and pushing to live production.

Developer Environment Readiness

System & Workspace Checklist

Confirm your local tools before starting mission tasks. Web browsers cannot execute background software scans without your confirmation.

Environment Ready!

All required developer tools are verified on your system. You are ready to build!

Git Version ControlSystem Tool
git --version

Install (macOS): brew install git OR xcode-select --install

Node.js Runtime (v18+)Runtime
node -v

Install (macOS): brew install node

npm Package ManagerPackage Manager
npm -v

Install (macOS): Bundled automatically with Node.js

GitHub Account & SSH/HTTPSCloud / VCS
ssh -T git@github.com

Install (macOS): Create free account at https://github.com/signup

Code Editor (VS Code / Antigravity)Editor
code --version

Install (macOS): Download VS Code from https://code.visualstudio.com

Roadmap

Missions Sequence

01

Set Up Your Developer Environment

Install necessary developer tools including Git, Node.js, npm, and code editor.

4 Action Tasks• Troubleshooting Included
Open Mission →
02

Create Your GitHub Identity

Set up your GitHub account, SSH/HTTPS access, and configure Git username and email.

3 Action Tasks• Troubleshooting Included
Open Mission →
03

Build Your First Portfolio with AI

Use structured AI prompts to scaffold your initial Next.js / React portfolio starter codebase.

3 Action Tasks• Troubleshooting Included
Open Mission →
04

Understand the Code Architecture

Explore the directory layout of your generated project to understand where pages, components, styles, and assets reside.

3 Action Tasks• Troubleshooting Included
Open Mission →
05

Customize Your Portfolio

Modify personal information, update headings, change colors, and add real project descriptions.

3 Action Tasks• Troubleshooting Included
Open Mission →
06

Add a Real Interactive Feature

Enhance your portfolio by implementing a dark mode toggle, filtering system, or dynamic contact form.

2 Action Tasks• Troubleshooting Included
Open Mission →
07

Push & Manage Your Code with Git

Initialize local Git repository, write clean commit messages, create a GitHub remote repository, and push your commits.

3 Action Tasks• Troubleshooting Included
Open Mission →
08

Deploy Your Website to Vercel

Connect your GitHub repository to Vercel to launch a live production URL with automatic HTTPS and CI/CD.

3 Action Tasks• Troubleshooting Included
Open Mission →
09

Improve & Showcase Your Portfolio

Run performance checks, write a compelling README, and publish your project on Explorush Showcase.

3 Action Tasks• Troubleshooting Included
Open Mission →