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
| Frontend | React 19 · Vite 6 · React Router DOM 7 |
| Icons | Lucide React |
| Backend | Express 5 · Nodemailer · Multer (file uploads) |
| Email Delivery | EmailJS (client-side) + Nodemailer (server-side) |
| Build Tooling | Vite 6 with @vitejs/plugin-react · ESLint |