Skip to Content
All Projects

Sensus KAMY - Online Census Application

 · Part of my work at DMII

Abstract:  Developed a simple web application with native PHP and a LAMP stack to conduct an online census for a student community.

Tech: #PHP#MySQL#Apache#HTML#CSS

The Challenge

A student community (KAMY STAN) needed an efficient way to conduct a census of its members. A manual, paper-based process would be slow and difficult to analyze. The challenge was to create a simple, accessible web application that could handle user registration, data collection, and result visualization.

The Solution

I developed the "Sensus KAMY" web application from scratch using native PHP and a MySQL database, running on a classic LAMP (Linux, Apache, MySQL, PHP) stack. This project was a practical exercise in building a data-driven application to solve a specific problem.

Key Features

  • User Management: The application included a simple system for users to register and log in to participate in the census.
  • Dynamic Census Forms: The admin panel allowed for the creation of dynamic census forms, making the application adaptable for future data collection needs.
  • Data Collection & Storage: The system securely collected user responses and stored them in a structured MySQL database.
  • Results Dashboard: A key feature was a dashboard that provided a live, graphical visualization of the census results, allowing the community organizers to easily analyze the data.

This project provided foundational experience in building end-to-end web applications, from database design and backend logic to the user-facing interface.