Mathematics & Programming Tuition Website with Dynamic JSON-Based Course Structure

Job ID: 40192131

Budget: ₹100 – ₹400 INR

I need static website

I need a clean, mobile-friendly website for my Mathematics and Programming tuition classes where students can easily see what I teach and contact me. The site should display subjects like Mathematics and programming languages (JavaScript, Python, PHP), with each subject showing chapters and each chapter listing topics, and all this content should load dynamically from a JSON file so I can update it later without changing the code. The website should also include a Contact Us page with a form (name, phone, email, message) that sends enquiries to my email, along with a simple, professional design, fast loading, and easy future maintenance.

This data must be loaded dynamically from a JSON file, so I can update chapters and topics later without changing code.

{
"Mathematics": {
"Algebra": ["Linear Equations", "Quadratic Equations", "Polynomials"],
"Geometry": ["Triangles", "Circles", "Mensuration"]
},
"Programming": {
"JavaScript": ["Variables", "Functions", "DOM Manipulation"],
"Python": ["Data Types", "Loops", "OOP Basics"],
"PHP": ["Syntax", "Forms Handling", "Database Connection"]
}
}
Related categories: JavaScript Website Design CSS HTML5 HTML Bootstrap JSON