https://github.com/samaalharbi2/book-children-project
A simple library management website built with PHP, MySQL, and JavaScript, featuring home, about, and contact pages
https://github.com/samaalharbi2/book-children-project
css html javascript mysql php sql web website
Last synced: 3 months ago
JSON representation
A simple library management website built with PHP, MySQL, and JavaScript, featuring home, about, and contact pages
- Host: GitHub
- URL: https://github.com/samaalharbi2/book-children-project
- Owner: samaalharbi2
- Created: 2024-07-26T03:47:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T02:47:52.000Z (over 1 year ago)
- Last Synced: 2025-10-09T07:35:13.282Z (10 months ago)
- Topics: css, html, javascript, mysql, php, sql, web, website
- Language: PHP
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management Website
## Overview:
This project is a **Library Management Website** designed with a simple and intuitive user interface. The website includes three key pages: **Home**, **About**, and **Contact**, which allow users to interact with library-related content and services. The project utilizes **PHP**, **CSS**, and **JavaScript** for front-end design and interactivity.
The database, which is connected to the website, is built using **MySQL** to manage the library's books, users, and transactions. The website provides basic functionality such as browsing library information, user registration, and contact options.
## Features:
- **Home Page**: Displays the library’s main offerings and current activities.
- **About Page**: Provides information about the library, its history, and services.
- **Contact Page**: Includes a contact form to communicate with the library.
## Technologies Used:
- **PHP**: For server-side scripting and database interaction.
- **MySQL**: For managing library data such as books, users, and transactions.
- **HTML/CSS**: For designing the layout and styling of the website.
- **JavaScript**: For adding interactivity to the website.
## Files Included:
- **about.php**: The "About" page of the website.
- **contact.php**: The "Contact" page with a form to send inquiries.
- **footer.php**: Contains the footer content for the site.
- **header.php**: Contains the header content for the site.
- **home.php**: The home page displaying the library’s main features.
- **logo.JPG**: The logo image for the website.
- **project IP BOOK.pdf**: A project document or report.
- **script.js**: JavaScript file for dynamic elements.
- **shop_db.sql**: The SQL file to create the library database structure.
- **style.css**: The CSS file for styling the website.