A simple Birth and Death Registration UI static web app for recording and displaying birth and death events. This app allows users to register birth and death details and view the recorded data in a tabular format. It is a frontend-only static app, built with HTML, CSS, and JavaScript.
- Register new birth and death events
- View list of registered birth and death events
- Basic form validation
- Responsive UI with a simple, clean design
- Can be extended with backend functionality for persistent data storage
- HTML: Used for the structure of the web pages
- CSS: Used for styling and layout, ensuring the site is responsive and accessible
- JavaScript: Handles the dynamic features, such as adding new registrations and displaying the list of registrations
- Bootstrap: For basic UI components and layout
- A modern web browser (e.g., Google Chrome, Firefox)
- A text editor (e.g., Visual Studio Code)
- Clone the repository to your local machine:
git clone https://github.com/your-username/Birth-Death-Reg-UI.git