verified Africa-first · industry-grade paths

Learn faster. Build real. Prove.

Premium, practical learning paths from first line of code to job-ready projects — with real practice, real outcomes, and verifiable proof of skill.

search
check_circle Playground included check_circle Verified certs check_circle ALX-aligned
Torex Labs Built in Lagos ALX-friendly MIT licensed examples Course completion certs Torex Labs Built in Lagos ALX-friendly MIT licensed examples Course completion certs
school Students
3
menu_book Lessons
42
layers Courses
5
verified Certificates
0

Built for global impact

Localized curriculum with world-class delivery.

public

Africa-first context

Examples and case studies relevant to Nigerian students.

code

Built-in playground

Practice instantly and preview every concept in-browser.

verified

Verifiable certificates

Public verification links anyone can trust.

Live playground preview

sandbox · allow-scripts

Same beginner-friendly HTML, CSS & JS you see in the tabs — running safely in a sandbox.

<section class="card">
  <h1>My first page</h1>
  <p id="msg">Welcome to TorexAcademy.</p>
  <button type="button" id="go">Say hello</button>
</section>
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: system-ui, sans-serif;
  background: #0f172a;
}
.card {
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  background: #1e293b;
  color: #f8fafc;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.card h1 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}
.card p {
  margin: 0;
  color: #94a3b8;
  line-height: 1.5;
}
#go {
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #3b82f6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#go:hover {
  background: #2563eb;
}
const msg = document.querySelector("#msg");
const btn = document.querySelector("#go");

btn.addEventListener("click", () => {
  msg.textContent = "Nice — you made it interactive!";
});
Try the real playground

Ask Torex AI

What is a div?
A div is a generic container for grouping content before styling.
Can I center text inside it?
Yes — use text-align:center or flex utilities.
...

What students say

format_quote

“I went from zero HTML to shipping a small portfolio site in three weeks. The playground made everything click.”

Chioma O.
Computer Science, UNILAG
format_quote

“Clear lessons, no fluff. I finally understand how certificates work and employers can verify mine instantly.”

Emeka T.
Self-taught developer, Abuja
format_quote

“Ask Torex AI saved me hours when I was stuck on CSS layout. It feels like a patient tutor in the room.”

Amina K.
STEM club lead, Kano

Your free certificate is one course away.

Start today and ship your first practical project this week.

FAQ

Is TorexAcademy beginner-friendly? expand_more
Yes. Courses are structured from absolute basics to practical projects.
Do I need to install anything? expand_more
No. The built-in browser playground handles practice immediately.
Are certificates verifiable? expand_more
Yes, every certificate gets a unique public verification URL.
Is it free? expand_more
Yes, core student learning paths are available for free.