A lightweight, high-performance, 100% client-side web application designed to help students prepare for the JEE Mains examination. The platform organizes high-yield practice questions systematically by subject, question type, and specific topics.
- Categorized Question Pool: Seamlessly switch between Physics and Chemistry with dedicated sections for Assertion-Reason, Multi-Statement, Matrix Match, Graphical, and Numerical question types.
- Topic-Wise Breakdown: Drill down into specific chapters (e.g., Aldehydes and Ketones, Coordination Compounds, Thermodynamics).
- Interactive Solution Toggles: Review and verify answers instantly with built-in explanation dropdowns.
- Zero Backend Overhead: Runs entirely on the client side with no database or external hosting dependencies, providing rapid-fire page loads.
- Modern UI/UX: Styled using custom CSS with a clean sidebar navigation layout optimized for focused study sessions.
Because this project relies purely on modern frontend technologies, you can set it up locally in seconds.
All you need is a modern web browser (e.g., Chrome, Edge, Firefox, or Safari).
-
Clone the repository:
git clone [https://github.com/urstark/jee-mains-2026.git](https://github.com/urstark/jee-mains-2026.git) cd jee-mains-2026 -
Open the application:
-
Simply double-click the index.html file to open it instantly in your browser.
-
Alternatively, use a local development server like the Live Server extension in VS Code to run it locally.
-
*index.html - Contains the core framework, question pool dataset, layout markup, and individual question templates.
-
*main.css - Custom style definitions managing the responsive sidebar drawer, dark-theme palette, and adaptive layout grids.
-
*main.js - Application logic controlling interactive UI behaviors, navigation toggles, and solution visibility states.
-
*icon/ - Houses static interface assets, favicons, and graphic elements.
- Developer: urstarkz
- Website: urstark.is-a.dev
- Telegram: t.me/urstarkz
- Instagram: @urstarkz
This project is licensed under the GPL-3.0 License. See the LICENSE file for details