Welcome to my personal website. Explore my projects and study resources.
I'm a Y11 student at King's School Canterbury International College (KIC), focusing on academic excellence and personal growth.
I'm passionate about technology, problem-solving, and continuous learning. This website serves as a portfolio of my projects and a study tool for my exams.
Here are some of my recent works and projects
A comprehensive study tool that generates quizzes from mock papers, tracks mistakes, and monitors progress.
ExploreThe website you're currently viewing - built to showcase my work and serve as a learning resource.
View ProjectA specialized tool for KIC students to prepare for exams with subject-specific practice questions.
View ProjectA dedicated space for exam preparation - upload mock papers, track mistakes, and generate practice quizzes automatically.
Feel free to reach out via email for any questions or collaboration
No files uploaded yet.
'; return; } fileList.innerHTML = ''; filteredFiles.forEach(file => { const fileSize = (file.size / (1024 * 1024)).toFixed(2); const date = new Date(file.date).toLocaleDateString(); let fileIcon = '📄'; if (file.type.includes('pdf')) fileIcon = '📄'; if (file.type.includes('image')) fileIcon = '🖼️'; if (file.type.includes('word')) fileIcon = '📝'; const fileItem = document.createElement('div'); fileItem.className = 'file-item'; fileItem.innerHTML = `${fileSize} MB • ${date}