Back to Projects

Client Work · Internship

8Con Academy

Official site for a forex trading school in Bulacan

About

The official marketing and enrollment site for 8Con Academy, a forex derivatives trading school based in Meycauayan, Bulacan, Philippines. The academy's mission is to produce a profitable forex trader in every Filipino household through a structured three-level curriculum — from fundamentals to live trading application.

The site serves as the academy's primary digital presence: prospective students land here to explore the curriculum, understand what each competency level covers, and submit enrollment inquiries. Built as a multi-page React SPA with a lightweight Express backend that routes form submissions and file attachments directly to the admissions team via email.

What's on the Site

  • Multi-page SPA. React Router DOM 7 handles client-side routing across program overview, about, and contact sections without page reloads.
  • Curriculum presentation. Three competency levels (Basic, Common, Core) laid out clearly for prospective students.
  • Enrollment inquiry form. Submissions processed server-side by an Express + Nodemailer backend; file attachments supported via Multer.
  • EmailJS integration. Lightweight client-side email fallback for quick contact forms.

Tech Stack

FrontendReact 19 · Vite 6 · React Router DOM 7
IconsLucide React
BackendExpress 5 · Nodemailer · Multer (file uploads)
Email DeliveryEmailJS (client-side) + Nodemailer (server-side)
Build ToolingVite 6 with @vitejs/plugin-react · ESLint
This project sits at an interesting intersection in my portfolio: 8Con Academy is the institution I worked at as an intern and was later promoted to developer. Their proprietary scanner — 8ConEdge — is the system my CS thesis (Edge) modelled. Building the official site gave me a real client brief with real users: prospective traders researching their first step into structured forex education.