This is a simple JEE Mains Frontend Project (Main Page only) built using HTML, CSS, and Vanilla JavaScript.
The goal of this project was to practice frontend development basics like layout design, styling, and adding interactivity with pure JavaScript—without using any frameworks or libraries.
- Clean and responsive homepage layout
- Built with Vanilla JS, HTML, and CSS only
- Beginner-friendly structure for learning and practice
- Can be extended to include more pages (login, exam info, etc.)
- HTML5 – Structure of the page
- CSS3 – Styling and responsiveness
- JavaScript (Vanilla JS) – Basic interactivity
project-folder/
│── index.html # Main homepage
│── style.css # Styling for the page
│── script.js # JavaScript for interactivity
│── img/ # (Optional) images, icons, etc.
- Clone this repository
git clone https://github.com/Gintoki006/Jee-Mains-Frontend.git
- Open the project folder
cd Jee-Mains-Frontend - Open
index.htmlin your browser 🎉
- Add more pages (About, Login, Registration)
- Connect with backend for real data
- Add animations for a better user experience
Contributions are welcome! Feel free to fork this repo and submit a pull request.
This project is licensed under the MIT License – you’re free to use and modify it.