Loading repository data…
Loading repository data…
DishaBasti / repository
Beginner-friendly multi-page website for apartment residents. Includes login, amenities booking, complaint forms, and contact sections using HTML, CSS, and JavaScript.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple multi-page website built using HTML, CSS, and JavaScript. It allows apartment residents to log in, submit complaints, book amenities, and contact management. Designed for beginner frontend developers to learn layout, navigation, and form handling.
apartment-resident-portal-beginner/
├── MAIN.html # Home page
├── LOGIN.html # Resident login form
├── SPORT.html # Booking form (SPORT)
├── COMPLAINTS.html # Complaint submission
├── QUERY.html # General queries
├── INTERCOM.html # Internal contact info
├── CONTACTS.html # External contact info
├── SUGGESTIONS.html # Feedback form
├── css/
│ ├── MAIN.css
│ ├── LOGIN.css
│ └── SPORT.css
├── js/
│ ├── MAIN.js
│ ├── LOGIN.js
│ └── SPORT.js
├── images/
└── README.md
git clone https://github.com/DishaBasti/apartment-resident-portal-beginner.git
cd apartment-resident-portal-beginner
Open index.html in your browser
Use the navbar to navigate between pages
This project is perfect for:
-Beginners learning HTML, CSS, and JavaScript
-Students who want to practice real-world page layouts
-Anyone interested in building static websites with navigation and forms
You can host this project using:
-Add backend integration (e.g., Firebase, PHP, Node.js)
-Save form data using localStorage or database
-Improve design using animations or Tailwind CSS
-Admin login/dashboard for managing resident data
This project is licensed under the MIT License — free to use, share, and modify.
Disha S Basti
For learning and community sharing