Home Test is a frontend Next.js application developed in December 2024 to aid students in preparing for SSC examinations through a self-paced MCQ model test system. The platform focuses on Chemistry for grades 9 and 10, utilizing the Gemini 2.5 Flash API to generate dynamic MCQs. The site features a minimalistic navbar, a home route with motivational messaging, and a Chemistry route for generating and answering MCQs with instant feedback. Built with Next.js, React, Tailwind CSS, and JavaScript, it offers a responsive and engaging user experience, showcasing skills in API integration, dynamic content generation, and interactive UI design.

The landing page welcomes students with a bold message: 'Prepare Yourself Better for Your Upcoming SSC Examination,' encouraging self-paced exam preparation.
A minimalistic navbar contains a single 'Chemistry' link, guiding users to the MCQ test generation route.

The Chemistry route presents a 'Generate' button, allowing students to create a set of MCQs based on Chapter 1 of Chemistry for grades 9 and 10, stored in the file system.
Clicking the 'Generate' button triggers the Gemini 2.5 Flash API to produce 5 MCQs, each with 4 options (one correct, three incorrect).


Students can select answers for the 5 displayed MCQs and submit their responses using a 'Submit' button.
Upon submission, correct answers are highlighted with a green background, while incorrect student-selected answers are marked with a red background for immediate feedback.

A 'Restart' button allows students to return to the initial generate state, clearing previous answers and enabling a fresh set of MCQs to be generated.

Built with Next.js for server-side rendering and dynamic routing, ensuring fast performance and SEO-friendly content delivery.
Integrates the Gemini 2.5 Flash API for dynamic MCQ generation, combined with Tailwind CSS for a responsive, utility-first design.