⚡ Welcome to code-play

Learn Web Dev & AI Basics
By Building Projects

Get hands-on with HTML, CSS, JavaScript, APIs, and MCP. No overwhelming theory or complex setup—just practical lessons to help you build simple, smart projects.

app.js — MCP & API Basics
INTERACTIVE CODE
async function runMcpProject() {
  // Fetch data from an external API
  const response = await fetch("/api/mcp-server");
  const data = await response.json();

  // Render simple HTML & JS result in your browser
  document.getElementById("output").innerText = data.result;
}
# 🌐 HTML & CSS Basics
# ⚡ Basic JavaScript
# 🔌 Working with APIs
# 🤖 MCP & AI Projects
What You'll Learn

Simple, Practical Modules

Learn the essentials step-by-step and connect real tools together without getting lost in boilerplate.

01 / STEP

HTML, CSS & JavaScript

Build simple UI layouts and learn how JavaScript brings web pages to life with interactivity and dynamic content.

02 / STEP

Working with APIs

Understand how web apps talk to external services. Practice making HTTP requests, parsing JSON, and displaying data.

03 / STEP

Model Context Protocol (MCP)

Learn how MCP connects AI models with real-world tools and datasets to build practical AI-driven apps.

Ready to build your first web & AI project?

Start learning basic HTML, CSS, JavaScript, and MCP on code-play today.