VITAP

🏛️ VIT-AP University Website

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

VIT-AP University

🌟 Features

Frontend

Backend (Node.js + Express)

📁 Project Structure

VITAP/
├── 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

🚀 Getting Started

Prerequisites

Installation

# 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.

🎨 Design

🌐 Live Demo

🔗 View Live Site

Note: The GitHub Pages deployment serves the static frontend. For full backend functionality (form submissions, events API), run the project locally.

🛠️ Tech Stack

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

📄 License

This project is for educational purposes. VIT-AP University branding is used for demonstration only.


Built with ❤️ for VIT-AP University