A premium, multi-page website for VIT-AP University built with vanilla HTML/CSS/JavaScript and a Node.js/Express backend.

/api/contact | POST | Contact form submissions |
| /api/admissions/inquiry | POST | Admissions inquiry |
| /api/newsletter | POST | Newsletter subscription |
| /api/events | GET | Upcoming events |
| /api/stats | GET | University statistics |data/db.jsonVITAP/
├── server.js # Express backend server
├── package.json # Dependencies
├── data/db.json # JSON database
├── public/
│ ├── index.html # Home page
│ ├── about.html # About VIT-AP
│ ├── academics.html # Programs & Schools (tabbed UI)
│ ├── admissions.html # Admissions process & inquiry form
│ ├── campus.html # Campus life & gallery
│ ├── contact.html # Contact form & Google Maps
│ ├── css/styles.css # Complete design system
│ ├── js/
│ │ ├── main.js # Shared logic (nav, animations, counters)
│ │ ├── contact.js # Contact form handler
│ │ └── admissions.js # Admissions form handler
│ └── images/ # Campus images
# Clone the repository
git clone https://github.com/mishrashaksham/VITAP.git
cd VITAP
# Install dependencies
npm install
# Start the server
npm start
Open http://localhost:3000 in your browser.
#650010 (VIT-AP Maroon)#D4A849 (Gold)Note: The GitHub Pages deployment serves the static frontend. For full backend functionality (form submissions, events API), run the project locally.
| Layer | Technology |
|---|---|
| Frontend | HTML5, CSS3, Vanilla JavaScript |
| Backend | Node.js, Express.js |
| Database | JSON File Storage |
| Fonts | Google Fonts (Inter, Playfair Display) |
| Maps | Google Maps Embed API |
This project is for educational purposes. VIT-AP University branding is used for demonstration only.
Built with ❤️ for VIT-AP University