An open API service indexing awesome lists of open source software.

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

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.